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 6: Line 7:
*[[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 38: Line 43:
*[[RandomUnitVectorInCone‎‎]]
*[[RandomUnitVectorInCone‎‎]]
*[[RandomUnitVectorInEllipticalCone]]
*[[RandomUnitVectorInEllipticalCone]]
== Time ==
Time
----
*[[GetTickCount]]
*[[GetTickCount]]
*[[GetTimeSeconds]]
*[[GetTimeSeconds]]
*[[GetDeltaSeconds]]
*[[GetDeltaSeconds]]
== Player ==
Player
----
*[[GetPlayerId]]
*[[GetPlayerId]]
*[[SetPlayerPropertyValue]]
*[[SetPlayerPropertyValue]]
Line 83: Line 90:
*[[GetPlayerRightVector]]
*[[GetPlayerRightVector]]
*[[GetPlayerUpVector]]
*[[GetPlayerUpVector]]
== Camera ==
Camera
----
*[[StartCameraFade]]
*[[StartCameraFade]]
*[[StopCameraFade]]
*[[StopCameraFade]]
Line 102: Line 110:
*[[SetCameraViewDistance]]
*[[SetCameraViewDistance]]
*[[GetCameraViewDistance]]
*[[GetCameraViewDistance]]
== Waypoints ==
Waypoints
----
*[[CreateWaypoint]]
*[[CreateWaypoint]]
*[[DestroyWaypoint]]
*[[DestroyWaypoint]]
Line 109: 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 121: 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 148: Line 163:
*[[SetTextBoxAlignment]]
*[[SetTextBoxAlignment]]
*[[SetTextBoxText]]
*[[SetTextBoxText]]
== Ocean ==
Ocean
----
*[[SetOceanWaterLevel]]
*[[SetOceanWaterLevel]]
*[[SetOceanColor]]
*[[SetOceanColor]]
*[[ResetOceanColor]]
*[[ResetOceanColor]]
== Mouse ==
Mouse
----
*[[ShowMouseCursor]]
*[[ShowMouseCursor]]
*[[GetMouseHitLocation]]
*[[GetMouseHitLocation]]
Line 163: Line 180:
*[[DeprojectMouseLocationToWorld]]
*[[DeprojectMouseLocationToWorld]]


== Environment ==
Environment
----
*[[SetTime]]
*[[SetTime]]
*[[GetTime]]
*[[GetTime]]
Line 179: Line 197:
*[[SetSkyRotationSpeed]]
*[[SetSkyRotationSpeed]]
*[[SetWeather]]
*[[SetWeather]]
== Network ==
Network
----
*[[GetPing]]
*[[GetPing]]
*[[GetNetworkStats]]
*[[GetNetworkStats]]
== NPC ==
NPC
----
*[[SetNPCPropertyValue]]
*[[SetNPCPropertyValue]]
*[[GetNPCPropertyValue]]
*[[GetNPCPropertyValue]]
Line 190: Line 210:
*[[GetNPCSkeletalMeshComponent]]
*[[GetNPCSkeletalMeshComponent]]
*[[SetNPCOutline]]
*[[SetNPCOutline]]
== Objects ==
Objects
----
*[[SetObjectPropertyValue]]
*[[SetObjectPropertyValue]]
*[[GetObjectPropertyValue]]
*[[GetObjectPropertyValue]]
Line 215: Line 236:
*[[SetObjectTexture]]
*[[SetObjectTexture]]
*[[SetObjectAnimatedTexture]]
*[[SetObjectAnimatedTexture]]
== Events ==
Events
----
*[[AddEvent]]
*[[AddEvent]]
*[[CallEvent]]
*[[CallEvent]]
*[[AddRemoteEvent]]
*[[AddRemoteEvent]]
*[[CallRemoteEvent]]
*[[CallRemoteEvent]]
== Pickup ==
Pickup
----
*[[GetPickupStaticMeshComponent]]
*[[GetPickupStaticMeshComponent]]
*[[SetPickupPropertyValue]]
*[[SetPickupPropertyValue]]
Line 228: Line 251:
*[[GetPickupLocation]]
*[[GetPickupLocation]]
*[[GetPlayerCount]]
*[[GetPlayerCount]]
== Door ==
Door
----
*[[IsValidDoor]]
*[[IsValidDoor]]
*[[GetDoorCount]]
*[[GetDoorCount]]
Line 234: Line 258:
*[[GetStreamedDoors]]
*[[GetStreamedDoors]]
*[[GetSoundCount]]
*[[GetSoundCount]]
== Sound ==
Sound
----
*[[IsValidSound]]
*[[IsValidSound]]
*[[CreateSound]]
*[[CreateSound]]
Line 248: Line 273:
*[[SetSoundFadeIn]]
*[[SetSoundFadeIn]]
*[[SetSoundFadeOut]]
*[[SetSoundFadeOut]]
== Text ==
Text
----
*[[SetText3DPropertyValue]]
*[[SetText3DPropertyValue]]
*[[GetText3DPropertyValue]]
*[[GetText3DPropertyValue]]
Line 254: Line 280:
*[[GetStreamedText3D]]
*[[GetStreamedText3D]]
*[[GetText3DLocation]]
*[[GetText3DLocation]]
== Timer ==
Timer
----
*[[Delay]]
*[[Delay]]
*[[GetTimerCount]]
*[[GetTimerCount]]
Line 265: Line 292:
*[[UnpauseTimer]]
*[[UnpauseTimer]]
*[[GetTimerRemainingTime]]
*[[GetTimerRemainingTime]]
== Vehicles ==
Vehicles
----
*[[SetVehiclePropertyValue]]
*[[SetVehiclePropertyValue]]
*[[GetVehiclePropertyValue]]
*[[GetVehiclePropertyValue]]
Line 298: Line 326:
*[[GetVehicleDoorLocation]]
*[[GetVehicleDoorLocation]]
*[[GetVehicleHealth]]
*[[GetVehicleHealth]]
== Web UI ==
Web UI
----
*[[GetWebUICount]]
*[[GetWebUICount]]
*[[CreateWebUI]]
*[[CreateWebUI]]
Line 316: Line 345:
*[[SetWebAlignment]]
*[[SetWebAlignment]]
*[[SetWebAnchors]]
*[[SetWebAnchors]]
== Key ==
Key
----
*[[IsCtrlPressed]]
*[[IsCtrlPressed]]
*[[IsShiftPressed]]
*[[IsShiftPressed]]

Revision as of 11:45, 26 December 2019

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