Template:ClientFunctions: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
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 117:
*[[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 129:
*[[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 156:
*[[SetTextBoxAlignment]]
*[[SetTextBoxAlignment]]
*[[SetTextBoxText]]
*[[SetTextBoxText]]
Ocean
=== Ocean ===
----
*[[SetOceanWaterLevel]]
*[[SetOceanWaterLevel]]
*[[SetOceanColor]]
*[[SetOceanColor]]
*[[ResetOceanColor]]
*[[ResetOceanColor]]
Mouse
=== Mouse ===
----
*[[ShowMouseCursor]]
*[[ShowMouseCursor]]
*[[GetMouseHitLocation]]
*[[GetMouseHitLocation]]
Line 182: Line 171:
*[[DeprojectMouseLocationToWorld]]
*[[DeprojectMouseLocationToWorld]]


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

Revision as of 17:31, 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