Difference between revisions of "HasVariableAdded"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Jazzisparis
(Created page with "{{Function |origin = JIP |summary = Returns 1 if the specified variable was added to the calling reference's/quest's script by AddScriptVariable. |name = HasVariableAdd...")
 
imported>Jazzisparis
 
(One intermediate revision by the same user not shown)
Line 22: Line 22:
==See Also==
==See Also==
*[[AddScriptVariable]]
*[[AddScriptVariable]]
*[[RemoveScriptVariable]]
*[[RemoveAllAddedVariables]]
*[[GetVariable]]
*[[GetVariable]]
*[[GetRefVariable]]
*[[GetRefVariable]]

Latest revision as of 16:53, 5 April 2015

< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Returns 1 if the specified variable was added to the calling reference's/quest's script by AddScriptVariable.

Syntax

[help]
(hasVariable:0/1) reference.HasVariableAdded varName:string quest:ref

Example

RaulRef.HasVariableAdded "NewVar"
HasVariableAdded "NewVar" VERNovac01

Notes

See Also