Show / Hide Table of Contents

Class MyAiBlockType

Defines block type for the AI blocks

Inheritance
System.Object
MyAiBlockType
Namespace: VRage.Game.ModAPI
Assembly: VRage.Game.dll
Syntax
public sealed class MyAiBlockType : Enum

Fields

Combat

Combat type for all AI Combat blocks

Declaration
public const MyAiBlockType Combat
Field Value
Type Description
MyAiBlockType

Movement

Movement type for all AI Movement blocks

Declaration
public const MyAiBlockType Movement
Field Value
Type Description
MyAiBlockType

Task

Task type for all AI Tasks blocks

Declaration
public const MyAiBlockType Task
Field Value
Type Description
MyAiBlockType

value__

Declaration
public int value__
Field Value
Type Description
System.Int32
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾