- Found in:
- RaceMenu
intfunctionGetNodePropertyInt(ObjectReferenceref, boolfirstPerson, stringnode, intkey, intindex)NativeGlobal
Caveats
Parameters
Examples
Auto-Generated Example
ObjectReference myObjectReference__ref
bool myBool__firstPerson
string myString__node
int myInt__key
int myInt__index
int returnedValue = NiOverride.GetNodePropertyInt(myObjectReference__ref, myBool__firstPerson, myString__node, myInt__key, myInt__index)