Native referenceRedMclient

IS_MAG_DEMO_1_ACTIVE

0x5FC9357C26DAEFCE MISC
FUNCTION SIGNATURE
BOOL IS_MAG_DEMO_1_ACTIVE(/* parameters not documented */);
Property Value
Native Name IS_MAG_DEMO_1_ACTIVE
Hash 0x5FC9357C26DAEFCE
Return Type BOOL
Build 1207
API Set client

Description: magdemo = magazine demo, i. e. for magazines such as IGN, pre play phases to prepare articles etc. - example 2012 builds for V Hardcoded to return false.

Usage

Lua (Direct):

local result = IsMagDemo1Active()

Lua (Hash):

local result = Citizen.InvokeNative(0x5FC9357C26DAEFCE)
Back to MISC