HasVariableAdded

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::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