Logic node structure. Logic nodes are described in detail in Logic nodes article.
dump (logic:UserLogicCore, lang:String):Dynamic
Stores node info into an anonymous object for client response.
Returns:
Anonymous object with node parameters.
Returns maximum value for node variable.
Parameters:
name
Variable name.
Returns:
Maximum variable value.
getVar (name:String):_LogicVariable
Returns node variable by its name.
Parameters:
name
Variable name.
type
Variable type.
Returns:
Variable value. Returns null, if this variable is not found.
Returns true, if this node has a completion check with a given name.
Parameters:
name
Completion check name.
Returns:
True, if this node has this completion check. False otherwise.