Native referenceFiveMclient

DOOR_SYSTEM_GET_ACTIVE

0xF65BBA4B CFX
FUNCTION SIGNATURE
object DOOR_SYSTEM_GET_ACTIVE(/* parameters not documented */);
Property Value
Native Name DOOR_SYSTEM_GET_ACTIVE
Hash 0xF65BBA4B
Return Type object
API Set client

Description: Returns a list of door system entries: a door system hash (see ADD_DOOR_TO_SYSTEM) and its object handle.

The data returned adheres to the following layout:

[{doorHash1, doorHandle1}, ..., {doorHashN, doorHandleN}]
Back to CFX