Native referenceRedM

GET_NAMED_RENDERTARGET_RENDER_ID

0xB6762A85EE29AA60 HUD
FUNCTION SIGNATURE
int GET_NAMED_RENDERTARGET_RENDER_ID(`name` (const char*));
Property Value
Native Name GET_NAMED_RENDERTARGET_RENDER_ID
Hash 0xB6762A85EE29AA60
Return Type int
Build 1207
Parameters name (const char*)

Parameters

  • name (const char*)

Usage

Lua (Direct):

local result = GetNamedRendertargetRenderId(name)

Lua (Hash):

local result = Citizen.InvokeNative(0xB6762A85EE29AA60, name)

Back to HUD