You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/server.lua
+37-37Lines changed: 37 additions & 37 deletions
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ function EnsureEntityStateBag(entity) end
92
92
functionGetAirDragMultiplierForPlayersVehicle(playerSrc) end
93
93
94
94
95
-
--- Returns all vehicle handles known to the server.
95
+
--- Returns all vehicle handles known to the server.
96
96
--- The data returned adheres to the following layout:
97
97
---
98
98
--- ```
@@ -107,7 +107,7 @@ function GetAirDragMultiplierForPlayersVehicle(playerSrc) end
107
107
functionGetAllVehicles() end
108
108
109
109
110
-
--- Returns all object handles known to the server.
110
+
--- Returns all object handles known to the server.
111
111
--- The data returned adheres to the following layout:
112
112
---
113
113
--- ```
@@ -122,7 +122,7 @@ function GetAllVehicles() end
122
122
functionGetAllObjects() end
123
123
124
124
125
-
--- Returns all peds handles known to the server.
125
+
--- Returns all peds handles known to the server.
126
126
--- The data returned adheres to the following layout:
127
127
---
128
128
--- ```
@@ -158,15 +158,15 @@ function GetEntityMaxHealth(entity) end
158
158
159
159
160
160
--- Gets the current coordinates for a specified entity. This native is used server side when using OneSync. See <a href="#_0x3FEF770D40960D5A" >GET_ENTITY_COORDS</a> for client side.
0 commit comments