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

Description

Documentation Comment

Clear a list of values (unset) on an form or globally and
return the previous size of list.

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


Caveats


Parameters

FormObjKey

stringKeyName


Examples

Auto-Generated Example

Form myForm__ObjKey
string myString__KeyName

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