Click or drag to resize
ActionDelegate Delegate

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

[Missing <summary> documentation for "T:VRage.ActionDelegate"]

Namespace: VRage
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
public delegate StringBuilder ActionDelegate(
	MyCommandArgs commandArgs
)

Parameters

commandArgs
Type: VRageMyCommandArgs

Return Value

Type: StringBuilder
See Also