Native referenceFiveM

DOES_CAM_EXIST

0xA7A932170592B50E CAM
FUNCTION SIGNATURE
BOOL DOES_CAM_EXIST(Cam cam);
Property Value
Native Name DOES_CAM_EXIST
Hash 0xA7A932170592B50E
Return Type BOOL
Parameters cam (Cam)

Description: Looks up a camera handle in the current camera pool and returns true if the handle is found, otherwise it returns false.

Parameters

  • cam (Cam) — The camera handle to look for.
Back to CAM