Background for Skyrim SE
Member of the NetImmerse script
boolfunctionHasNode(ObjectReferenceref, stringnode, boolfirstPerson)NativeGlobal

Description

Documentation Comment

Return whether the object has the particular node


Caveats


Parameters

ObjectReferenceref

stringnode

boolfirstPerson


Examples

Auto-Generated Example

ObjectReference myObjectReference__ref
string myString__node
bool myBool__firstPerson

bool returnedValue = NetImmerse.HasNode(myObjectReference__ref, myString__node, myBool__firstPerson)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.