Native referenceRedM

_VIRTUAL_COLLECTION_SET_INTEREST_INDEX

0x49A8447533308BCF DATABINDING
FUNCTION SIGNATURE
void _VIRTUAL_COLLECTION_SET_INTEREST_INDEX(`p0` (Any), `interestIndex` (int));
Property Value
Native Name _VIRTUAL_COLLECTION_SET_INTEREST_INDEX
Hash 0x49A8447533308BCF
Return Type void
Build 1207
Parameters p0 (Any), interestIndex (int)

Parameters

  • p0 (Any)
  • interestIndex (int)

Usage

Lua (Direct):

VirtualCollectionSetInterestIndex(p0, interestIndex)

Lua (Hash):

Citizen.InvokeNative(0x49A8447533308BCF, p0, interestIndex)

Back to DATABINDING