Background for Skyrim SE
Member of the GameData script
Form[]functionGetAllAmmo(stringmodName, Keyword[]keywords=NONE, boolplayable=true)NativeGlobal


Caveats


Parameters

stringmodName

Keyword[]keywords=NONE

boolplayable=true


Examples

Auto-Generated Example

string myString__modName
Keyword[] myKeywordArray__keywords
bool myBool__playable

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