Native referenceFiveM

DOOR_SYSTEM_FIND_EXISTING_DOOR

0x589F80B325CC82C5 OBJECT
FUNCTION SIGNATURE
BOOL DOOR_SYSTEM_FIND_EXISTING_DOOR(float x, float y, float z, Hash modelHash, Hash* doorOutPointer);
Property Value
Native Name DOOR_SYSTEM_FIND_EXISTING_DOOR
Hash 0x589F80B325CC82C5
Return Type BOOL
Parameters x (float), y (float), z (float), modelHash (Hash), doorOutPointer (Hash*)

Description: Search radius: 0.5

Parameters

  • x (float) — The X coordinate of the door object
  • y (float) — The Y coordinate of the door object
  • z (float) — The Z coordinate of the door object
  • modelHash (Hash) — Entity model hash
  • doorOutPointer (Hash*)
Back to OBJECT