Click or drag to resize
IMyParallelTaskDo Method (Action, Action)

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:VRage.Game.ModAPI.IMyParallelTask.Do(System.Action,System.Action)"]

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
void Do(
	Action action1,
	Action action2
)

Parameters

action1
Type: SystemAction

[Missing <param name="action1"/> documentation for "M:VRage.Game.ModAPI.IMyParallelTask.Do(System.Action,System.Action)"]

action2
Type: SystemAction

[Missing <param name="action2"/> documentation for "M:VRage.Game.ModAPI.IMyParallelTask.Do(System.Action,System.Action)"]

See Also