Click or drag to resize
IMyParallelTaskDo Method (Action)

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

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

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
void Do(
	params Action[] actions
)

Parameters

actions
Type: SystemAction

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

See Also