Background for Skyrim SE
Member of the NiOverride script
stringfunctionGetWeaponPropertyString(ObjectReferenceref, boolfirstPerson, Weaponweap, stringnode, intkey, intindex)NativeGlobal


Caveats


Parameters

ObjectReferenceref

boolfirstPerson

Weaponweap

stringnode

intkey

intindex


Examples

Auto-Generated Example

ObjectReference myObjectReference__ref
bool myBool__firstPerson
Weapon myWeapon__weap
string myString__node
int myInt__key
int myInt__index

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