ActionItemBaseTAction, TCollectionSetVariable Method

Set the value of the specified variable on the provided item instance.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
C#
public static void SetVariable(
	TAction item,
	string name,
	Object value
)

Parameters

item  TAction
Reference to the item whose variable will be set.
name  String
Name of the variable to update.
value  Object
Value to place on the variable.

See Also