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
{{ message }}
This repository was archived by the owner on Apr 19, 2025. It is now read-only.
---An analogue to [GET_PED_PROP_INDEX](#\_0x898CC20EA75BACD8) that returns collection local prop index (inside [GET_PED_PROP_COLLECTION_NAME](#\_0x6B5653E4) collection) instead of the global prop index.
2142
+
---@parampedinteger
2143
+
---@paramanchorPointinteger
2144
+
---@returninteger
2145
+
functionGetPedPropCollectionLocalIndex(ped, anchorPoint) end
---Returns global prop index based on the local one. Is it a reverse to [GET_PED_COLLECTION_NAME_FROM_PROP](#\_0x8ED0C17) and [GET_PED_COLLECTION_LOCAL_INDEX_FROM_PROP](#\_0xFBDB885F) natives.
@@ -2981,10 +2999,11 @@ function GetVehicleDoorsLockedForPlayer(vehicle) end
---Requests the commerce data from Tebex for the specified player, including the owned SKUs. Use `IS_PLAYER_COMMERCE_INFO_LOADED` to check if it has loaded.
4179
+
---Requests the commerce data from Tebex for the specified player, including the owned SKUs.
4180
+
---
4181
+
---Use [`IS_PLAYER_COMMERCE_INFO_LOADED_EXT`](#\_0x1D14F4FE) to check if it has loaded.
4182
+
---
4183
+
---This will not automatically update whenever a client purchases a package, if you want to fetch new purchases you will need to call this native again.
4184
+
---
4185
+
---This native will temporarily cache the players commerce data for 10 seconds, a call to this native after 10 seconds will re-fetch the players commerce data.
4155
4186
---@paramplayerSrcstring
4156
4187
functionLoadPlayerCommerceDataExt(playerSrc) end
4157
4188
@@ -4437,6 +4468,12 @@ function NetworkGetNetworkIdFromEntity(entity) end
4437
4468
---@returnvector3
4438
4469
functionNetworkGetVoiceProximityOverrideForPlayer(playerSrc) end
0 commit comments