HasVariableAdded

From GECK
Jump to: navigation, search


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