Template:ServerFunctions: Difference between revisions
From Onset Developer Wiki
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
===index.lua=== | |||
* [[AddServerScript]] | |||
* [[AddClientScript]] | |||
* [[AddSharedScript]] | |||
* [[AddFile]] | |||
* [[AddWebUIWhitelist]] | |||
* [[GetServerPath]] | |||
* [[GetFilesInDirectory]] | |||
* [[GetDirectoriesInDirectory]] | |||
*[[Base64Encode]] | |||
*[[Base64Decode]] | |||
*[[GetGameVersion]] | |||
*[[GetGameVersionString]] | |||
===Game=== | ===Game=== | ||
Line 5: | Line 19: | ||
*[[IsServer]] | *[[IsServer]] | ||
*[[IsClient]] | *[[IsClient]] | ||
* [[AddWebUIWhitelist]] | |||
===Colors=== | ===Colors=== | ||
Line 23: | Line 38: | ||
*[[AddCommand]] | *[[AddCommand]] | ||
*[[AddFunctionExport]] | *[[AddFunctionExport]] | ||
* [[GetServerPath]] | |||
* [[GetFilesInDirectory]] | |||
* [[GetDirectoriesInDirectory]] | |||
* [[SteamId64ToSteamId3]] | |||
* [[SteamId3ToSteamId64]] | |||
===Time=== | ===Time=== | ||
Line 89: | Line 109: | ||
*[[StopPackage]] | *[[StopPackage]] | ||
*[[GetAllPackages]] | *[[GetAllPackages]] | ||
*[[GetPackageFiles]] | |||
*[[GetPackageName]] | *[[GetPackageName]] | ||
*[[IsPackageStarted]] | *[[IsPackageStarted]] | ||
Line 131: | Line 152: | ||
*[[SetText3DVisibility]] | *[[SetText3DVisibility]] | ||
*[[SetText3DText]] | *[[SetText3DText]] | ||
*[[GetText3DText]] | |||
===Timer=== | ===Timer=== |
Latest revision as of 13:59, 10 November 2021
index.lua
- AddServerScript
- AddClientScript
- AddSharedScript
- AddFile
- AddWebUIWhitelist
- GetServerPath
- GetFilesInDirectory
- GetDirectoriesInDirectory
- Base64Encode
- Base64Decode
- GetGameVersion
- GetGameVersionString
Game
Colors
Miscellaneous
- Random
- RandomFloat
- Base64Encode
- Base64Decode
- GetDistance2D
- GetDistance3D
- Lerp
- LerpVector
- AddCommand
- AddFunctionExport
- GetServerPath
- GetFilesInDirectory
- GetDirectoriesInDirectory
- SteamId64ToSteamId3
- SteamId3ToSteamId64
Time
Server
Explosion
Door
- IsValidDoor
- CreateDoor
- DestroyDoor
- SetDoorOpen
- IsDoorOpen
- GetAllDoors
- GetDoorCount
- GetDoorModel
- SetDoorLocation
- GetDoorLocation
- SetDoorDimension
- GetDoorDimension
- GetDoorPropertyValue
- SetDoorPropertyValue
Network
NPC
- SetNPCRagdoll
- SetNPCDimension
- GetNPCDimension
- SetNPCPropertyValue
- GetNPCPropertyValue
- CreateNPC
- DestroyNPC
- IsValidNPC
- GetAllNPC
- GetNPCCount
- IsNPCStreamedIn
- SetNPCLocation
- GetNPCLocation
- SetNPCHealth
- GetNPCHealth
- SetNPCAnimation
- SetNPCHeading
- GetNPCHeading
- SetNPCTargetLocation
- SetNPCFollowPlayer
- SetNPCFollowVehicle
Object
- SetObjectDimension
- GetObjectDimension
- SetObjectPropertyValue
- GetObjectPropertyValue
- CreateObject
- DestroyObject
- IsValidObject
- GetObjectCount
- SetObjectModel
- GetObjectModel
- IsObjectStreamedIn
- EnableObjectStreamEvents
- SetObjectStreamDistance
- SetObjectLocation
- GetObjectLocation
- SetObjectRotation
- GetObjectRotation
- SetObjectScale
- GetObjectScale
- SetObjectAttached
- SetObjectDetached
- IsObjectAttached
- GetObjectAttachmentInfo
- IsObjectMoving
- SetObjectMoveTo
- StopObjectMove
- SetObjectRotateAxis
- GetAllObjects
Package
- ImportPackage
- StartPackage
- StopPackage
- GetAllPackages
- GetPackageFiles
- GetPackageName
- IsPackageStarted
Event
Pickup
- SetPickupDimension
- GetPickupDimension
- SetPickupPropertyValue
- GetPickupPropertyValue
- SetPickupVisibleForPlayers
- GetPickupCount
- GetAllPickups
- CreatePickup
- DestroyPickup
- IsValidPickup
- SetPickupScale
- GetPickupScale
- SetPickupVisibility
- SetPickupLocation
Player
- GetPlayerBySteamId
- SetPlayerRagdoll
- SetPlayerDimension
- GetPlayerDimension
- SetPlayerPropertyValue
- GetPlayerPropertyValue
- IsValidPlayer
- GetPlayerCount
- GetAllPlayers
- GetNearestPlayer2D
- GetPlayersInRange2D
- GetPlayersInRange3D
- GetStreamedPlayersForPlayer
- SetPlayerName
- GetPlayerName
- GetPlayerSteamId
- GetPlayerNetworkStats
- SetPlayerSpawnLocation
- IsPlayerStreamedIn
- SetPlayerVoiceRange
- SetPlayerVoiceChannel
- IsPlayerVoiceChannel
- SetPlayerVoiceEnabled
- IsPlayerVoiceEnabled
- IsPlayerTalking
- AddPlayerChat
- AddPlayerChatRange
- AddPlayerChatAll
- GetPlayerState
- GetPlayerMovementMode
- GetPlayerMovementSpeed
- IsPlayerAiming
- IsPlayerReloading
- GetPlayerVehicle
- GetPlayerVehicleSeat
- SetPlayerInVehicle
- RemovePlayerFromVehicle
- SetPlayerLocation
- GetPlayerLocation
- SetPlayerWeaponStat
- SetPlayerWeapon
- GetPlayerWeapon
- GetPlayerEquippedWeaponSlot
- EquipPlayerWeaponSlot
- GetPlayerEquippedWeapon
- SetPlayerHeading
- GetPlayerHeading
- SetPlayerSpectate
- IsPlayerDead
- SetPlayerHealth
- GetPlayerHealth
- SetPlayerArmor
- GetPlayerArmor
- SetPlayerRespawnTime
- GetPlayerRespawnTime
- GetPlayerIP
- GetPlayerPing
- KickPlayer
- GetPlayerLocale
- GetPlayerGUID
- GetPlayerGameVersion
- SetPlayerAnimation
- AttachPlayerParachute
- SetPlayerHeadSize
- GetPlayerHeadSize
Text3D
- SetText3DDimension
- GetText3DDimension
- SetText3DPropertyValue
- GetText3DPropertyValue
- GetText3DCount
- GetAllText3D
- CreateText3D
- DestroyText3D
- IsValidText3D
- SetText3DAttached
- SetText3DVisibility
- SetText3DText
- GetText3DText
Timer
- Delay
- GetTimerCount
- GetAllTimers
- IsValidTimer
- CreateTimer
- CreateCountTimer
- DestroyTimer
- PauseTimer
- UnpauseTimer
- GetTimerRemainingTime
Vehicles
- GetVehicleLicensePlate
- SetVehicleDimension
- GetVehicleDimension
- SetVehiclePropertyValue
- GetVehiclePropertyValue
- GetVehicleCount
- GetAllVehicles
- GetVehicleModel
- GetVehicleModelName
- SetVehicleRespawnParams
- IsVehicleStreamedIn
- GetStreamedVehiclesForPlayer
- SetVehicleLocation
- GetVehicleLocation
- SetVehicleRotation
- GetVehicleRotation
- SetVehicleHeading
- GetVehicleHeading
- SetVehicleHealth
- GetVehicleHealth
- SetVehicleLicensePlate
- GetVehicleVelocity
- CreateVehicle
- DestroyVehicle
- IsValidVehicle
- GetVehicleDriver
- GetVehiclePassenger
- GetVehicleNumberOfSeats
- SetVehicleColor
- GetVehicleColor
- SetVehicleLinearVelocity
- SetVehicleAngularVelocity
- GetVehicleGear
- SetVehicleHoodRatio
- GetVehicleHoodRatio
- SetVehicleTrunkRatio
- GetVehicleTrunkRatio
- StartVehicleEngine
- StopVehicleEngine
- GetVehicleEngineState
- SetVehicleLightEnabled
- GetVehicleLightState
- SetVehicleDamage
- GetVehicleDamage
- AttachVehicleNitro
- EnableVehicleBackfire
HTTP
- url_encode
- http_count
- http_get_all
- http_is_valid
- http_create
- http_destroy
- http_is_error
- http_result_error
- http_result_body
- http_result_header
- http_result_status
- http_set_protocol
- http_set_resolver_protocol
- http_set_host
- http_set_port
- http_set_target
- http_set_verb
- http_set_timeout
- http_set_verifymode
- http_set_version
- http_set_keepalive
- http_set_field
- http_set_body
- http_send