Native referenceRedM

_TELEMETRY_SAMPLE

0x61559675D23D8BD1 TELEMETRY
FUNCTION SIGNATURE
void _TELEMETRY_SAMPLE(`transactionId` (Any), `animal` (Any), `p2` (Any), `bSampled` (Any), `bTranq` (BOOL));
Property Value
Native Name _TELEMETRY_SAMPLE
Hash 0x61559675D23D8BD1
Return Type void
Build 1311
Parameters transactionId (Any), animal (Any), p2 (Any), bSampled (Any), bTranq (BOOL)

Parameters

  • transactionId (Any)
  • animal (Any)
  • p2 (Any)
  • bSampled (Any)
  • bTranq (BOOL)

Usage

Lua (Direct):

TelemetrySample(transactionId, animal, p2, bSampled, bTranq)

Lua (Hash):

Citizen.InvokeNative(0x61559675D23D8BD1, transactionId, animal, p2, bSampled, bTranq)

Back to TELEMETRY