Native referenceRedM

_EAGLE_EYE_SET_CUSTOM_DISTANCE

0x907B16B3834C69E2 PLAYER
FUNCTION SIGNATURE
void _EAGLE_EYE_SET_CUSTOM_DISTANCE(`entity` (Entity), `distance` (float));
Property Value
Native Name _EAGLE_EYE_SET_CUSTOM_DISTANCE
Hash 0x907B16B3834C69E2
Return Type void
Build 1207
Parameters entity (Entity), distance (float)

Parameters

  • entity (Entity)
  • distance (float)

Usage

Lua (Direct):

EagleEyeSetCustomDistance(entity, distance)

Lua (Hash):

Citizen.InvokeNative(0x907B16B3834C69E2, entity, distance)

Back to PLAYER