Click or drag to resize
MyEventArgsGetArg Method

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

[Missing <summary> documentation for "M:VRage.Utils.MyEventArgs.GetArg(VRage.Utils.MyStringId)"]

Namespace: VRage.Utils
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
public Object GetArg(
	MyStringId argName
)

Parameters

argName
Type: MyStringId

[Missing <param name="argName"/> documentation for "M:VRage.Utils.MyEventArgs.GetArg(VRage.Utils.MyStringId)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:VRage.Utils.MyEventArgs.GetArg(VRage.Utils.MyStringId)"]

See Also