Native referenceFiveM

DATAARRAY_GET_TYPE

0x3A0014ADB172A3C5 DATAFILE
FUNCTION SIGNATURE
int DATAARRAY_GET_TYPE(Any* arrayData, int arrayIndex);
Property Value
Native Name DATAARRAY_GET_TYPE
Hash 0x3A0014ADB172A3C5
Return Type int
Parameters arrayData (Any*), arrayIndex (int)

Description: ``` Types:
1 = Boolean
2 = Integer
3 = Float
4 = String
5 = Vector3
6 = Object
7 = Array

Back to DATAFILE