Click or drag to resize
MyStatLogicCanDoAction Method

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

[Missing <summary> documentation for "M:Sandbox.Game.MyStatLogic.CanDoAction(System.String,System.Boolean,VRage.MyTuple{System.UInt16,VRage.Utils.MyStringHash}@)"]

Namespace: Sandbox.Game
Assembly: Sandbox.Game (in Sandbox.Game.dll) Version: 0.1.5991.32293
Syntax
C#
public bool CanDoAction(
	string actionId,
	bool continuous,
	out MyTuple<ushort, MyStringHash> message
)

Parameters

actionId
Type: SystemString

[Missing <param name="actionId"/> documentation for "M:Sandbox.Game.MyStatLogic.CanDoAction(System.String,System.Boolean,VRage.MyTuple{System.UInt16,VRage.Utils.MyStringHash}@)"]

continuous
Type: SystemBoolean

[Missing <param name="continuous"/> documentation for "M:Sandbox.Game.MyStatLogic.CanDoAction(System.String,System.Boolean,VRage.MyTuple{System.UInt16,VRage.Utils.MyStringHash}@)"]

message
Type: VRageMyTupleUInt16, MyStringHash

[Missing <param name="message"/> documentation for "M:Sandbox.Game.MyStatLogic.CanDoAction(System.String,System.Boolean,VRage.MyTuple{System.UInt16,VRage.Utils.MyStringHash}@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Sandbox.Game.MyStatLogic.CanDoAction(System.String,System.Boolean,VRage.MyTuple{System.UInt16,VRage.Utils.MyStringHash}@)"]

See Also