Background for Skyrim SE
Member of the NiOverride script
boolfunctionGetPropertyBool(ObjectReferenceref, boolfirstPerson, Armorarm, ArmorAddonaddon, stringnode, intkey, intindex)NativeGlobal


Parameters

  1. ObjectReferenceref

  2. boolfirstPerson

  3. Armorarm

  4. ArmorAddonaddon

  5. stringnode

  6. intkey

  7. intindex


Examples

Auto-Generated Example

ObjectReference myObjectReference__ref
bool myBool__firstPerson
Armor myArmor__arm
ArmorAddon myArmorAddon__addon
string myString__node
int myInt__key
int myInt__index

bool returnedValue = NiOverride.GetPropertyBool(myObjectReference__ref, myBool__firstPerson, myArmor__arm, myArmorAddon__addon, myString__node, myInt__key, myInt__index)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.