Background for Skyrim SE
Member of the GameData script
Form[]functionGetAllArmor(stringmodName, Keyword[]keywords=NONE, boolplayable=true, boolignoreTemplates=true, boolignoreEnchantments=true, boolonlyEnchanted=false, boolignoreSkin=true)NativeGlobal


Parameters

  1. stringmodName

  2. Keyword[]keywords=NONE

  3. boolplayable=true

  4. boolignoreTemplates=true

  5. boolignoreEnchantments=true

  6. boolonlyEnchanted=false

  7. boolignoreSkin=true


Examples

Auto-Generated Example

string myString__modName
Keyword[] myKeywordArray__keywords
bool myBool__playable
bool myBool__ignoreTemplates
bool myBool__ignoreEnchantments
bool myBool__onlyEnchanted
bool myBool__ignoreSkin

Form[] returnedValue = GameData.GetAllArmor(myString__modName, myKeywordArray__keywords, myBool__playable, myBool__ignoreTemplates, myBool__ignoreEnchantments, myBool__onlyEnchanted, myBool__ignoreSkin)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.