| Property | Value |
|---|---|
| Native Name | GET_NUMBER_OF_FREE_STACKS_OF_THIS_SIZE |
| Hash | 0x40DC2907A9697EF7 |
| Return Type | int |
| Build | 1207 |
| Parameters | stackSize (int) |
Parameters
stackSize(int)
Usage
Lua (Direct):
local result = GetNumberOfFreeStacksOfThisSize(stackSize)
Lua (Hash):
local result = Citizen.InvokeNative(0x40DC2907A9697EF7, stackSize)