- Found in:
- PapyrusUtil
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)