Template:ClientFunctions: Difference between revisions

From Onset Developer Wiki
No edit summary
 
(28 intermediate revisions by the same user not shown)
Line 8: Line 8:


=== Game ===
=== Game ===
*[[FlashInTaskbar]]
*[[IsGameWindowFocused]]
*[[SetStorageValue]]
*[[GetStorageValue]]
*[[GetGameLanguage]]
*[[GetGameVersion]]
*[[GetGameVersion]]
*[[GetGameVersionString]]
*[[IsGameDevMode]]
*[[IsGameDevMode]]
*[[IsPlayerInMainMenu]]
*[[IsPlayerInMainMenu]]
Line 14: Line 20:
*[[UpdateDiscordActivity]]
*[[UpdateDiscordActivity]]
*[[ConnectToServer]]
*[[ConnectToServer]]
*[[SetNearClipPlane]]
*[[CreateSky]]
*[[GetAllPackages]]
*[[GetPackageFiles]]
*[[IsServer]]
*[[IsClient]]
*[[CopyToClipboard]]


=== Colors ===
=== Colors ===
Line 51: Line 64:
*[[SetPlayerVoiceTone]]
*[[SetPlayerVoiceTone]]
*[[GetPlayerActor]]
*[[GetPlayerActor]]
*[[GetPlayerSkeletalMeshComponent]]
*[[GetPlayerId]]
*[[GetPlayerId]]
*[[SetPlayerPropertyValue]]
*[[SetPlayerPropertyValue]]
Line 56: Line 70:
*[[SetPlayerRotationRate]]
*[[SetPlayerRotationRate]]
*[[GetPlayerRotationRate]]
*[[GetPlayerRotationRate]]
*[[SetPlayerJumpZVelocity]]
*[[GetPlayerJumpZVelocity]]
*[[GetPlayerWeapon]]
*[[GetPlayerWeapon]]
*[[GetWeaponType]]
*[[GetWeaponType]]
*[[GetPlayerWeaponMuzzleLocation]]
*[[GetPlayerWeaponMuzzleLocation]]
*[[GetPlayerBoneNames]]
*[[GetPlayerBoneNames]]
*[[GetPlayerSkeletalMeshComponent]]
*[[GetAllPlayersInSphere]]
*[[GetAllPlayersInSphere]]
*[[GetAllPlayersInBox]]
*[[GetAllPlayersInBox]]
Line 66: Line 81:
*[[EnableFirstPersonCamera]]
*[[EnableFirstPersonCamera]]
*[[IsFirstPersonCamera]]
*[[IsFirstPersonCamera]]
*[[SetNearClipPlane]]
*[[SetControllerOrientedMovement]]
*[[SetControllerOrientedMovement]]
*[[IsValidPlayer]]
*[[IsValidPlayer]]
Line 86: Line 100:
*[[GetPlayerVehicle]]
*[[GetPlayerVehicle]]
*[[IsPlayerInVehicle]]
*[[IsPlayerInVehicle]]
*[[GetPlayerVehicleSeat]]
*[[GetPlayerEquippedWeaponSlot]]
*[[GetPlayerEquippedWeaponSlot]]
*[[GetPlayerForwardVector]]
*[[GetPlayerForwardVector]]
Line 177: Line 192:
{{ClientMouseFunctions}}
{{ClientMouseFunctions}}


=== Sky ===
=== Sky / Environment ===
*[[SetTime]]
*[[SetTime]]
*[[GetTime]]
*[[GetTime]]
Line 190: Line 205:
*[[SetMoonRadius]]
*[[SetMoonRadius]]
*[[GetMoonRadius]]
*[[GetMoonRadius]]
*[[SetHeightFogDensity]]
*[[GetHeightFogDensity]]


=== Network ===
=== Network ===
*[[GetPing]]
*[[GetPing]]
*[[GetNetworkStats]]
*[[GetNetworkStats]]
*[[GetServerIP]]
*[[GetServerPort]]


=== NPC ===
=== NPC ===
*[[IsValidNPC]]
*[[GetNPCActor]]
*[[GetNPCActor]]
*[[SetNPCPropertyValue]]
*[[SetNPCPropertyValue]]
Line 250: Line 270:


=== Door ===
=== Door ===
* [[SetDoorPropertyValue]]
* [[GetDoorPropertyValue]]
* [[IsDoorInteractable]]
*[[IsDoorOpen]]
*[[GetDoorActor]]
*[[GetDoorActor]]
*[[IsValidDoor]]
*[[IsValidDoor]]
Line 256: Line 280:
*[[GetDoorLocation]]
*[[GetDoorLocation]]
*[[GetStreamedDoors]]
*[[GetStreamedDoors]]
===Text3D===
*[[SetText3DPropertyValue]]
*[[GetText3DPropertyValue]]
*[[GetText3DCount]]
*[[IsValidText3D]]
*[[GetText3DText]]


=== Sound ===
=== Sound ===
Line 325: Line 356:
*[[GetVehicleDoorLocation]]
*[[GetVehicleDoorLocation]]
*[[GetVehicleHealth]]
*[[GetVehicleHealth]]
*[[GetVehicleSkeletalMeshComponent]]


=== Web UI ===
=== Web UI ===
Line 344: Line 376:
*[[SetWebAlignment]]
*[[SetWebAlignment]]
*[[SetWebAnchors]]
*[[SetWebAnchors]]
*[[SetWebFocus]]


=== Key ===
=== Key ===
*[[IsCtrlPressed]]
{{Template:KeyFunctions}}
*[[IsShiftPressed]]
*[[IsAltPressed]]
*[[IsCmdPressed]]
*[[SetIgnoreMoveInput]]
*[[SetIgnoreLookInput]]
*[[SetControlRotation]]
*[[GetInputAxisValue]]

Latest revision as of 17:59, 3 February 2022

Pak

Game

Colors

Miscellaneous

Time

Player

Camera

Waypoints

Fireworks

Packages

Chat

HUDs

Post-processing

GUI

Ocean

Mouse

Sky / Environment

Network

NPC

Objects

Events

Pickup

Door

Text3D

Sound

Text

Timer

Vehicles

Web UI

Key