Difference between revisions of "AuxiliaryVariableEraseAll"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Jazzisparis
(Created page with "{{Function |origin = JIP |summary = Erases all private/public Auxiliary Variables owned by the specified <i>Object</i>. |name = AuxiliaryVariableEraseAll |alias = AuxV...")
 
imported>Jazzisparis
 
Line 1: Line 1:
{{Function
{{Function
  |origin = JIP
  |origin = JIP
  |summary = Erases all private/public [[Auxiliary Variables]] owned by the specified <i>Object</i>.
  |summary = Erases all [[Auxiliary Variables]] of the specified class, owned by the specified <i>Object</i>.
 
AuxVar Classes:
<pre>0&#09;Permanent-Private
1&#09;Temporary-Private
2&#09;Permanent-Public
3&#09;Temporary-Public</pre>
  |name = AuxiliaryVariableEraseAll
  |name = AuxiliaryVariableEraseAll
  |alias = AuxVarEraseAll
  |alias = AuxVarEraseAll
Line 7: Line 13:
  |arguments =  
  |arguments =  
   {{FunctionArgument
   {{FunctionArgument
   |Name = public
   |Name = varClass
   |Type = 0/1
   |Type = int
  |Value = 0-3
   }}{{FunctionArgument
   }}{{FunctionArgument
   |Name = baseForm
   |Name = baseForm

Latest revision as of 10:03, 28 April 2015

< [[::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