Background for Starfield
Member of the ScriptObject script
voidfunctionUnregisterForTrackedStatsEventThreshold(stringasStat, intaiThreshold)Native

Description

Documentation Comment

Unregisters this script from receiving an event for the specified stat at the specified threshold


Caveats


Parameters

stringasStat

intaiThreshold


Examples

Auto-Generated Example

string myString__asStat
int myInt__aiThreshold

myScriptObject__toCallFunctionOn.UnregisterForTrackedStatsEventThreshold(myString__asStat, myInt__aiThreshold)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.