Template:ClientFunctions: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
(One intermediate revision by the same user not shown)
Line 1: Line 1:


Pak
=== Pak ===
----
*[[DoesPakExist]]
*[[DoesPakExist]]
*[[LoadPak]]
*[[LoadPak]]
Line 7: Line 6:
*[[GetAllFilesInPak]]
*[[GetAllFilesInPak]]


Collisions
=== Collisions ===
----
*[[GetAllCollisions]]
*[[GetAllCollisions]]
*[[CreateCollisionBox]]
*[[CreateCollisionBox]]
*[[CreateCollisionSphere]]
*[[CreateCollisionSphere]]
*[[DestroyCollision]]
*[[DestroyCollision]]
Game
 
----
=== Game ===
*[[GetGameVersion]]
*[[GetGameVersion]]
*[[IsGameDevMode]]
*[[IsGameDevMode]]
*[[IsPlayerInMainMenu]]
*[[IsPlayerInMainMenu]]
*[[InvokeDamageFX]]
*[[InvokeDamageFX]]
Colors
 
----
=== Colors ===
*[[RGBA]]
*[[RGBA]]
*[[RGB]]
*[[RGB]]
*[[HexToRGBA]]
*[[HexToRGBA]]
Miscellaneous
 
----
=== Miscellaneous ===
*[[LineTrace]]
*[[LineTrace]]
*[[createtable_ex]]
*[[createtable_ex]]
Line 43: Line 41:
*[[RandomUnitVectorInCone‎‎]]
*[[RandomUnitVectorInCone‎‎]]
*[[RandomUnitVectorInEllipticalCone]]
*[[RandomUnitVectorInEllipticalCone]]
Time
 
----
=== Time ===
*[[GetTickCount]]
*[[GetTickCount]]
*[[GetTimeSeconds]]
*[[GetTimeSeconds]]
*[[GetDeltaSeconds]]
*[[GetDeltaSeconds]]
Player
 
----
=== Player ===
*[[GetPlayerActor]]
*[[GetPlayerActor]]
*[[GetPlayerId]]
*[[GetPlayerId]]
Line 92: Line 90:
*[[GetPlayerUpVector]]
*[[GetPlayerUpVector]]
*[[GetVehicleActor]]
*[[GetVehicleActor]]
Camera
 
----
=== Camera ===
*[[StartCameraFade]]
*[[StartCameraFade]]
*[[StopCameraFade]]
*[[StopCameraFade]]
Line 112: Line 110:
*[[SetCameraViewDistance]]
*[[SetCameraViewDistance]]
*[[GetCameraViewDistance]]
*[[GetCameraViewDistance]]
Waypoints
 
----
=== Waypoints ===
*[[CreateWaypoint]]
*[[CreateWaypoint]]
*[[DestroyWaypoint]]
*[[DestroyWaypoint]]
Line 120: Line 118:
*[[GetWaypointLocation]]
*[[GetWaypointLocation]]
*[[GetAllWaypoints]]
*[[GetAllWaypoints]]
Fireworks
 
----
=== Fireworks ===
*[[CreateFireworks]]
*[[CreateFireworks]]
Packages
 
----
=== Packages ===
*[[GetPackageName]]
*[[GetPackageName]]
*[[ImportPackage]]
*[[ImportPackage]]
*[[AddFunctionExport]]
*[[AddFunctionExport]]
Chat
 
----
=== Chat ===
*[[AddPlayerChat]]
*[[AddPlayerChat]]
*[[IsChatFocus]]
*[[IsChatFocus]]
Line 135: Line 133:
*[[SetChatLocation]]
*[[SetChatLocation]]
*[[GetChatLocation]]
*[[GetChatLocation]]
HUDs
 
----
=== HUDs ===
*[[ShowWeaponHUD]]
*[[ShowWeaponHUD]]
*[[ShowHealthHUD]]
*[[ShowHealthHUD]]
Post-processing
 
----
=== Post-processing ===
*[[SetPostEffect]]
*[[SetPostEffect]]
*[[AddPostProcessMaterial]]
*[[AddPostProcessMaterial]]
*[[RemovePostProcessMaterial]]
*[[RemovePostProcessMaterial]]
GUI
 
----
=== GUI ===
*[[DrawText]]
*[[DrawText]]
*[[SetDrawColor]]
*[[SetDrawColor]]
Line 165: Line 163:
*[[SetTextBoxAlignment]]
*[[SetTextBoxAlignment]]
*[[SetTextBoxText]]
*[[SetTextBoxText]]
Ocean
 
----
=== Ocean ===
*[[SetOceanWaterLevel]]
*[[SetOceanWaterLevel]]
*[[SetOceanColor]]
*[[SetOceanColor]]
*[[ResetOceanColor]]
*[[ResetOceanColor]]
Mouse
 
----
=== Mouse ===
*[[ShowMouseCursor]]
*[[ShowMouseCursor]]
*[[GetMouseHitLocation]]
*[[GetMouseHitLocation]]
Line 182: Line 180:
*[[DeprojectMouseLocationToWorld]]
*[[DeprojectMouseLocationToWorld]]


Environment
=== Environment ===
----
*[[SetTime]]
*[[SetTime]]
*[[GetTime]]
*[[GetTime]]
Line 199: Line 196:
*[[SetSkyRotationSpeed]]
*[[SetSkyRotationSpeed]]
*[[SetWeather]]
*[[SetWeather]]
Network
 
----
=== Network ===
*[[GetPing]]
*[[GetPing]]
*[[GetNetworkStats]]
*[[GetNetworkStats]]
NPC
 
----
=== NPC ===
*[[GetNPCActor]]
*[[GetNPCActor]]
*[[SetNPCPropertyValue]]
*[[SetNPCPropertyValue]]
Line 213: Line 210:
*[[GetNPCSkeletalMeshComponent]]
*[[GetNPCSkeletalMeshComponent]]
*[[SetNPCOutline]]
*[[SetNPCOutline]]
Objects
 
----
=== Objects ===
*[[GetObjectActor]]
*[[GetObjectActor]]
*[[SetObjectPropertyValue]]
*[[SetObjectPropertyValue]]
Line 240: Line 237:
*[[SetObjectTexture]]
*[[SetObjectTexture]]
*[[SetObjectAnimatedTexture]]
*[[SetObjectAnimatedTexture]]
Events
 
----
=== Events ===
*[[AddEvent]]
*[[AddEvent]]
*[[CallEvent]]
*[[CallEvent]]
*[[AddRemoteEvent]]
*[[AddRemoteEvent]]
*[[CallRemoteEvent]]
*[[CallRemoteEvent]]
Pickup
 
----
=== Pickup ===
*[[GetPickupActor]]
*[[GetPickupActor]]
*[[GetPickupStaticMeshComponent]]
*[[GetPickupStaticMeshComponent]]
Line 256: Line 253:
*[[GetPickupLocation]]
*[[GetPickupLocation]]
*[[GetPlayerCount]]
*[[GetPlayerCount]]
Door
 
----
=== Door ===
*[[GetDoorActor]]
*[[GetDoorActor]]
*[[IsValidDoor]]
*[[IsValidDoor]]
Line 264: Line 261:
*[[GetDoorLocation]]
*[[GetDoorLocation]]
*[[GetStreamedDoors]]
*[[GetStreamedDoors]]
Sound
 
----
=== Sound ===
*[[GetSoundCount]]
*[[GetSoundCount]]
*[[IsValidSound]]
*[[IsValidSound]]
Line 280: Line 277:
*[[SetSoundFadeIn]]
*[[SetSoundFadeIn]]
*[[SetSoundFadeOut]]
*[[SetSoundFadeOut]]
Text
 
----
=== Text ===
*[[SetText3DPropertyValue]]
*[[SetText3DPropertyValue]]
*[[GetText3DPropertyValue]]
*[[GetText3DPropertyValue]]
Line 287: Line 284:
*[[GetStreamedText3D]]
*[[GetStreamedText3D]]
*[[GetText3DLocation]]
*[[GetText3DLocation]]
Timer
 
----
=== Timer ===
*[[Delay]]
*[[Delay]]
*[[GetTimerCount]]
*[[GetTimerCount]]
Line 299: Line 296:
*[[UnpauseTimer]]
*[[UnpauseTimer]]
*[[GetTimerRemainingTime]]
*[[GetTimerRemainingTime]]
Vehicles
 
----
=== Vehicles ===
*[[SetVehiclePropertyValue]]
*[[SetVehiclePropertyValue]]
*[[GetVehiclePropertyValue]]
*[[GetVehiclePropertyValue]]
Line 333: Line 330:
*[[GetVehicleDoorLocation]]
*[[GetVehicleDoorLocation]]
*[[GetVehicleHealth]]
*[[GetVehicleHealth]]
Web UI
 
----
=== Web UI ===
*[[GetWebUICount]]
*[[GetWebUICount]]
*[[CreateWebUI]]
*[[CreateWebUI]]
Line 352: Line 349:
*[[SetWebAlignment]]
*[[SetWebAlignment]]
*[[SetWebAnchors]]
*[[SetWebAnchors]]
Key
 
----
=== Key ===
*[[IsCtrlPressed]]
*[[IsCtrlPressed]]
*[[IsShiftPressed]]
*[[IsShiftPressed]]

Revision as of 17:33, 16 January 2020

Pak

Collisions

Game

Colors

Miscellaneous

Time

Player

Camera

Waypoints

Fireworks

Packages

Chat

HUDs

Post-processing

GUI

Ocean

Mouse

Environment

Network

NPC

Objects

Events

Pickup

Door

Sound

Text

Timer

Vehicles

Web UI

Key