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


Parameters

  1. stringmodName

  2. Keyword[]keywords=NONE

  3. boolplayable=true

  4. boolignoreTemplates=true

  5. boolignoreEnchantments=true

  6. boolonlyEnchanted=false

  7. intweaponTypes=0xffffffff


Examples

Auto-Generated Example

string myString__modName
Keyword[] myKeywordArray__keywords
bool myBool__playable
bool myBool__ignoreTemplates
bool myBool__ignoreEnchantments
bool myBool__onlyEnchanted
int myInt__weaponTypes

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