Click or drag to resize
GetVarAction Constructor (String)
Creates a new GetVarAction that queries for the given global variable.

Namespace: AsterNET.Manager.Action
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public GetVarAction(
	string variable
)

Parameters

variable
Type: SystemString
the name of the global variable to query.
See Also