AuxiliaryVariableEraseAll

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Erases all Auxiliary Variables of the specified class, owned by the specified Object.

AuxVar Classes:

0	Permanent-Private
1	Temporary-Private
2	Permanent-Public
3	Temporary-Public

Syntax

[help]
reference.AuxiliaryVariableEraseAll varClass:int{0-3} baseForm:ref 

Or:

reference.AuxVarEraseAll varClass:int{0-3} baseForm:ref

Example

RaulRef.AuxiliaryVariableEraseAll 0
AuxVarEraseAll 1 ArmorCombat

See Also