Native referenceRedM

_SET_PROP_SET_VISIBLE

0x9D096A5BD02F953E PROPSET
FUNCTION SIGNATURE
void _SET_PROP_SET_VISIBLE(`propSet` (PropSet), `toggle` (BOOL));
Property Value
Native Name _SET_PROP_SET_VISIBLE
Hash 0x9D096A5BD02F953E
Return Type void
Build 1207
Parameters propSet (PropSet), toggle (BOOL)

Parameters

  • propSet (PropSet)
  • toggle (BOOL)

Usage

Lua (Direct):

SetPropSetVisible(propSet, toggle)

Lua (Hash):

Citizen.InvokeNative(0x9D096A5BD02F953E, propSet, toggle)

End of PROPSET natives

Back to PROPSET