Native referenceRedM

IS_ENTITY_FOCUS

0xF87DE697E9A06EC6 STREAMING
FUNCTION SIGNATURE
BOOL IS_ENTITY_FOCUS(`entity` (Entity));
Property Value
Native Name IS_ENTITY_FOCUS
Hash 0xF87DE697E9A06EC6
Return Type BOOL
Build 1207
Parameters entity (Entity)

Parameters

  • entity (Entity)

Usage

Lua (Direct):

local result = IsEntityFocus(entity)

Lua (Hash):

local result = Citizen.InvokeNative(0xF87DE697E9A06EC6, entity)

Back to STREAMING