Background for Skyrim SE
Member of the NiOverride script
intfunctionGetSkinPropertyInt(ObjectReferenceref, boolfirstPerson, intslotMask, intkey, intindex)NativeGlobal


Caveats


Parameters

ObjectReferenceref

boolfirstPerson

intslotMask

intkey

intindex


Examples

Auto-Generated Example

ObjectReference myObjectReference__ref
bool myBool__firstPerson
int myInt__slotMask
int myInt__key
int myInt__index

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