Click or drag to resize
MyBehaviorTreeActionAttribute Constructor (String)

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

Initializes a new instance of the MyBehaviorTreeActionAttribute class

Namespace: VRage.Game.AI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
public MyBehaviorTreeActionAttribute(
	string actionName
)

Parameters

actionName
Type: SystemString

[Missing <param name="actionName"/> documentation for "M:VRage.Game.AI.MyBehaviorTreeActionAttribute.#ctor(System.String)"]

See Also