Click or drag to resize
SetVarAction Constructor (String, String, String)
Creates a new SetVarAction that sets the given channel variable of the given channel to a new value.

Namespace: AsterNET.Manager.Action
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public SetVarAction(
	string channel,
	string variable,
	string value
)

Parameters

channel
Type: SystemString
the name of the channel to set the variable on
variable
Type: SystemString
the name of the channel variable
value
Type: SystemString
the new value
See Also