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

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)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.