- Found in:
- RaceMenu
boolfunctionHasArmorAddonNode(ObjectReferenceref, boolfirstPerson, Armorarm, ArmorAddonaddon, stringnode, booldebug=false)NativeGlobal
Description
Documentation Comment
Returns whether the specified node could be found for the given parameters
Debug will report errors to NiOverrides log file
Caveats
Parameters
Examples
Auto-Generated Example
ObjectReference myObjectReference__ref
bool myBool__firstPerson
Armor myArmor__arm
ArmorAddon myArmorAddon__addon
string myString__node
bool myBool__debug
bool returnedValue = NiOverride.HasArmorAddonNode(myObjectReference__ref, myBool__firstPerson, myArmor__arm, myArmorAddon__addon, myString__node, myBool__debug)