float GET_SPECIES_TUNING_FLOAT_PARAM(`p0` (Hash), `p1` (int), `p2` (int));
| Property |
Value |
| Native Name |
GET_SPECIES_TUNING_FLOAT_PARAM |
| Hash |
0xE108489621422F91 |
| Return Type |
float |
| Build |
1207 |
| Parameters |
p0 (Hash), p1 (int), p2 (int) |
Parameters
p0 (Hash)
p1 (int)
p2 (int)
Usage
Lua (Direct):
local result = GetSpeciesTuningFloatParam(p0, p1, p2)
Lua (Hash):
local result = Citizen.InvokeNative(0xE108489621422F91, p0, p1, p2)
Back to FLOCK