Space Engineers
|
Classes | |
class | BotBehavior |
Public Attributes | |
BotBehavior | BotBehaviorTree |
string | BehaviorType = "" |
string | BehaviorSubtype = "" |
bool | Commandable = false |
Public Attributes inherited from VRage.Game.MyObjectBuilder_DefinitionBase | |
SerializableDefinitionId | Id |
string | DisplayName |
string | Description |
string[] | Icons |
bool | Public = true |
bool | Enabled = true |
bool | AvailableInSurvival = true |
Additional Inherited Members | |
Public Member Functions inherited from VRage.ObjectBuilders.MyObjectBuilder_Base | |
bool | ShouldSerializeSubtypeId () |
void | Save (string filepath) |
virtual MyObjectBuilder_Base | Clone () |
Properties inherited from VRage.ObjectBuilders.MyObjectBuilder_Base | |
MyStringHash | SubtypeId [get] |
string | SubtypeName [get, set] |
MyObjectBuilderType | TypeId [get] |
Definition at line 10 of file MyObjectBuilder_BotDefinition.cs.
string VRage.Game.MyObjectBuilder_BotDefinition.BehaviorSubtype = "" |
Definition at line 30 of file MyObjectBuilder_BotDefinition.cs.
string VRage.Game.MyObjectBuilder_BotDefinition.BehaviorType = "" |
Definition at line 27 of file MyObjectBuilder_BotDefinition.cs.
BotBehavior VRage.Game.MyObjectBuilder_BotDefinition.BotBehaviorTree |
Definition at line 24 of file MyObjectBuilder_BotDefinition.cs.
bool VRage.Game.MyObjectBuilder_BotDefinition.Commandable = false |
Definition at line 33 of file MyObjectBuilder_BotDefinition.cs.