| Property | Value |
|---|---|
| Native Name | _GET_ATTRIBUTE_CORE_VALUE |
| Hash | 0x36731AC041289BB1 |
| Return Type | int |
| Build | 1207 |
| Parameters | ped (Ped), coreIndex (int) |
Description: Gets the ped's core value on a scale of 0 to 100. coreIndex: see _SET_ATTRIBUTE_CORE_VALUE
Usage
Lua (Direct):
local result = GetAttributeCoreValue(ped, coreIndex)
Lua (Hash):
local result = Citizen.InvokeNative(0x36731AC041289BB1, ped, coreIndex)