Background for Skyrim SE
Member of the StorageUtil script
intfunctionClearIntValuePrefix(stringPrefixKey)NativeGlobal

Description

Documentation Comment

Clears each type of of any KeyName that starts with a given string prefix on all objects.
Returns the number of values/lists that were unset.

PrefixKey: The string a KeyName must start with to be cleared. Cannot be empty.


Caveats


Parameters

stringPrefixKey


Examples

Auto-Generated Example

string myString__PrefixKey

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