Native referenceFiveM

CAN_PHONE_BE_SEEN_ON_SCREEN

0xC4E2813898C97A4B MOBILE
FUNCTION SIGNATURE
BOOL CAN_PHONE_BE_SEEN_ON_SCREEN(/* parameters not documented */);
Property Value
Native Name CAN_PHONE_BE_SEEN_ON_SCREEN
Hash 0xC4E2813898C97A4B
Return Type BOOL

Description: ``` This one is weird and seems to return a TRUE state regardless of whether the phone is visible on screen or tucked away.
I can confirm the above. This function is hard-coded to always return 1.

Back to MOBILE