Difference between revisions of "HasVariableAdded"
Jump to navigation
Jump to search
imported>Jazzisparis |
imported>Jazzisparis |
||
Line 23: | Line 23: | ||
*[[AddScriptVariable]] | *[[AddScriptVariable]] | ||
*[[RemoveScriptVariable]] | *[[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
(hasVariable:0/1) reference.HasVariableAdded varName:string quest:ref
Example
RaulRef.HasVariableAdded "NewVar"
HasVariableAdded "NewVar" VERNovac01
Notes
- Use this instead of HasVariable with variables added by AddScriptVariable.