Native referenceRedMclient

GET_BENCHMARK_PASS

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

Description: Returns value of the '-benchmarkPass' command line option.

Old name: _GET_BENCHMARK_PASS_FROM_COMMAND_LINE

Usage

Lua (Direct):

local result = GetBenchmarkPass()

Lua (Hash):

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