nxa.AddVar

Description

This function adds a global variable within the LUA engine. The data is not persistent i.e. it is lost after server restart.

Signature

nxa.AddVar (string, nxa.type)

Parameters

NameTypeMandatory/OptionalDescription
 stringMname of the variable
 nxa.typeMData type of the variable (e.g.nxa.String)

Return

None.