- Found in:
- PapyrusUtil
Description
Documentation Comment
Counts each type of of any KeyName that starts with a given string prefix on all objects.
PrefixKey: The string a KeyName must start with to be counted. Cannot be empty.
Caveats
Parameters
stringPrefixKey
Examples
Auto-Generated Example
string myString__PrefixKey
int returnedValue = StorageUtil.CountIntValuePrefix(myString__PrefixKey)