Template:ClientFunctions: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
(34 intermediate revisions by 2 users not shown)
Line 1: Line 1:
*[[DoesPakExist]]
*[[LoadPak]]
*[[ReplaceObjectModelMesh]]
*[[GetAllCollisions]]
*[[GetAllCollisions]]
*[[CreateCollisionBox]]
*[[CreateCollisionBox]]
Line 4: Line 7:
*[[DestroyCollision]]
*[[DestroyCollision]]
*[[GetGameVersion]]
*[[GetGameVersion]]
*[[IsGameDevMode]]
*[[RGBA]]
*[[RGBA]]
*[[RGB]]
*[[RGB]]
Line 18: Line 22:
*[[NormalizeVector]]
*[[NormalizeVector]]
*[[IsFloatNearlyZero]]
*[[IsFloatNearlyZero]]
*[[RandomUnitVectorInCone‎‎]]
*[[RandomUnitVectorInEllipticalCone]]
*[[GetTickCount]]
*[[GetTickCount]]
*[[GetTimeSeconds]]
*[[GetTimeSeconds]]
Line 27: Line 33:
*[[GetPlayerFOV]]
*[[GetPlayerFOV]]
*[[SetPlayerFOV]]
*[[SetPlayerFOV]]
*[[SetPlayerCameraViewDistance]]
*[[SetCameraViewDistance]]
*[[GetPlayerCameraViewDistance]]
*[[GetCameraViewDistance]]
*[[SetPlayerCameraLocation]]
*[[SetCameraLocation]]
*[[SetPlayerCameraRotation]]
*[[SetCameraRotation]]
*[[SetPlayerRotationRate]]
*[[SetPlayerRotationRate]]
*[[GetPlayerRotationRate]]
*[[GetPlayerRotationRate]]
*[[GetPlayerWeapon]]
*[[GetPlayerWeapon]]
*[[GetWeaponType]]
*[[GetPlayerWeaponMuzzleLocation]]
*[[GetPlayerBoneNames]]
*[[GetPlayerBoneNames]]
*[[LineTrace]]
*[[LineTrace]]
Line 39: Line 47:
*[[GetAllPlayersInBox]]
*[[GetAllPlayersInBox]]
*[[GetTerrainHeight]]
*[[GetTerrainHeight]]
*[[EnableFirstPersonCamera]]
*[[IsFirstPersonCamera]]
*[[StartCameraFade]]
*[[StartCameraFade]]
*[[StopCameraFade]]
*[[StopCameraFade]]
Line 47: Line 57:
*[[SetCameraShakeFOV]]
*[[SetCameraShakeFOV]]
*[[GetScreenSize]]
*[[GetScreenSize]]
*[[GetPlayerCameraLocation]]
*[[GetCameraLocation]]
*[[GetPlayerCameraRotation]]
*[[GetCameraRotation]]
*[[GetPlayerCameraForwardVector]]
*[[GetCameraForwardVector]]
*[[GetPlayerCameraRightVector]]
*[[GetCameraRightVector]]
*[[GetPlayerCameraUpVector]]
*[[GetCameraUpVector]]
*[[GetInputAxisValue]]
*[[GetInputAxisValue]]
*[[SetWaypoint]]
*[[SetWaypoint]]
*[[CreateFireworks]]
*[[GetPackageName]]
*[[AddPlayerChat]]
*[[AddPlayerChat]]
*[[ShowChat]]
*[[ShowChat]]
Line 60: Line 72:
*[[ShowWeaponHUD]]
*[[ShowWeaponHUD]]
*[[ShowHealthHUD]]
*[[ShowHealthHUD]]
*[[SetPostEffect]]
*[[AddPostProcessMaterial]]
*[[RemovePostProcessMaterial]]
*[[DrawText]]
*[[DrawText]]
*[[SetDrawColor]]
*[[SetTextDrawScale]]
*[[GetTextSize]]
*[[GetTextSize]]
*[[DrawLine]]
*[[DrawLine]]
*[[DrawLine3D]]
*[[DrawLine3D]]
*[[DrawPoint3D]]
*[[DrawPoint3D]]
*[[DrawSolidBox3D]]
*[[DrawCircle3D]]
*[[DrawCircle3D]]
*[[DrawBox]]
*[[DrawBox]]
*[[DrawRect]]
*[[DrawRect]]
*[[DrawTexture]]
*[[DrawTexture]]
*[[DrawTextureEx]]
*[[WorldToScreen]]
*[[WorldToScreen]]
*[[ScreenToWorld]]
*[[ScreenToWorld]]
Line 78: Line 95:
*[[SetTextBoxText]]
*[[SetTextBoxText]]
*[[IsChatFocus]]
*[[IsChatFocus]]
*[[SetOceanWaterLevel]]
*[[SetOceanColor]]
*[[SetOceanColor]]
*[[ResetOceanColor]]
*[[ShowMouseCursor]]
*[[ShowMouseCursor]]
*[[SetInputMode]]
*[[SetInputMode]]
Line 86: Line 105:
*[[DeprojectMouseLocationToWorld]]
*[[DeprojectMouseLocationToWorld]]
*[[SetTime]]
*[[SetTime]]
*[[GetTime]]
*[[SetSkySaturation]]
*[[SetSkySaturation]]
*[[SetSunRadius]]
*[[SetSunRadius]]
Line 110: Line 130:
*[[GetObjectCount]]
*[[GetObjectCount]]
*[[GetObjectModelCount]]
*[[GetObjectModelCount]]
*[[GetObjectModelGroup]]
*[[GetObjectModelName]]
*[[GetStreamedObjects]]
*[[GetStreamedObjects]]
*[[GetObjectModel]]
*[[GetObjectModel]]
Line 123: Line 145:
*[[SetObjectOutline]]
*[[SetObjectOutline]]
*[[SetObjectCastShadow]]
*[[SetObjectCastShadow]]
*[[SetObjectColor]]
*[[SetObjectEmissiveColor]]
*[[SetObjectTexture]]
*[[SetObjectAnimatedTexture]]
*[[ImportPackage]]
*[[AddFunctionExport]]
*[[AddEvent]]
*[[AddEvent]]
*[[CallEvent]]
*[[CallEvent]]
Line 146: Line 174:
*[[SetPlayerOutline]]
*[[SetPlayerOutline]]
*[[IsPlayerInVehicle]]
*[[IsPlayerInVehicle]]
*[[GetPlayerForwardVector]]
*[[GetPlayerRightVector]]
*[[GetPlayerUpVector]]
*[[IsValidDoor]]
*[[GetDoorCount]]
*[[GetDoorLocation]]
*[[GetStreamedDoors]]
*[[GetSoundCount]]
*[[GetSoundCount]]
*[[IsValidSound]]
*[[IsValidSound]]
*[[CreateSound]]
*[[CreateSound]]
*[[CreateSound3D]]
*[[CreateSound3D]]
*[[SetSound3DLocation]]
*[[GetSound3DLocation]]
*[[DestroySound]]
*[[DestroySound]]
*[[GetAllSounds]]
*[[GetAllSounds]]
Line 172: Line 209:
*[[GetTimerRemainingTime]]
*[[GetTimerRemainingTime]]
*[[GetVehicleCount]]
*[[GetVehicleCount]]
*[[GetVehicleLicensePlate]]
*[[IsValidVehicle]]
*[[IsValidVehicle]]
*[[GetStreamedVehicles]]
*[[GetStreamedVehicles]]
*[[GetVehicleBoneLocation]]
*[[GetVehicleBoneNames]]
*[[GetVehicleModel]]
*[[GetVehicleModel]]
*[[GetVehicleLocation]]
*[[GetVehicleLocation]]
Line 201: Line 241:
*[[CreateWebUI]]
*[[CreateWebUI]]
*[[CreateWebUI3D]]
*[[CreateWebUI3D]]
*[[CreateRemoteWebUI]]
*[[CreateRemoteWebUI3D]]
*[[DestroyWebUI]]
*[[DestroyWebUI]]
*[[GetAllWebUI]]
*[[GetAllWebUI]]
Line 215: Line 257:
*[[IsCtrlPressed]]
*[[IsCtrlPressed]]
*[[IsShiftPressed]]
*[[IsShiftPressed]]
*[[IsAltPressed]]
*[[IsCmdPressed]]
*[[SetIgnoreMoveInput]]
*[[SetIgnoreMoveInput]]
*[[SetIgnoreLookInput]]
*[[SetIgnoreLookInput]]
*[[SetPlayerPropertyValue]]
*[[GetPlayerPropertyValue]]
*[[SetVehiclePropertyValue]]
*[[GetVehiclePropertyValue]]
*[[SetObjectPropertyValue]]
*[[GetObjectPropertyValue]]
*[[SetNPCPropertyValue]]
*[[GetNPCPropertyValue]]
*[[SetText3DPropertyValue]]
*[[GetText3DPropertyValue]]
*[[SetPickupPropertyValue]]
*[[GetPickupPropertyValue]]
*[[SetControlRotation]]
*[[Delay]]
*[[ConnectToServer]]
*[[SetControllerOrientedMovement]]

Revision as of 16:20, 17 November 2019