Native referenceRedM

DOES_STREAMED_TXD_EXIST

0xBA0163B277C2D2D0 TXD
FUNCTION SIGNATURE
BOOL DOES_STREAMED_TXD_EXIST(`txdHash` (Hash));
Property Value
Native Name DOES_STREAMED_TXD_EXIST
Hash 0xBA0163B277C2D2D0
Return Type BOOL
Build 1207
Parameters txdHash (Hash)

Parameters

  • txdHash (Hash)

Usage

Lua (Direct):

local result = DoesStreamedTxdExist(txdHash)

Lua (Hash):

local result = Citizen.InvokeNative(0xBA0163B277C2D2D0, txdHash)

Back to TXD