Background for Skyrim SE
Member of the StorageUtil script
intfunctionIntListCount(FormObjKey, stringKeyName)NativeGlobal

Description

Documentation Comment

Get size of a list on form or globally.

ObjKey: form to check on. Set none to check global list.
KeyName: name of list.


Caveats


Parameters

FormObjKey

stringKeyName


Examples

Auto-Generated Example

Form myForm__ObjKey
string myString__KeyName

int returnedValue = StorageUtil.IntListCount(myForm__ObjKey, myString__KeyName)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.