Background for Skyrim SE
Member of the StorageUtil script
intfunctionClearAllObjPrefix(FormObjKey, stringPrefixKey)NativeGlobal

Description

Documentation Comment

Performs all of the above prefix clears in one go.


Parameters

  1. FormObjKey

  2. stringPrefixKey


Examples

Auto-Generated Example

Form myForm__ObjKey
string myString__PrefixKey

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