Show / Hide Table of Contents

Class MyAiTargetEnum

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

Fields

CHARACTER

Declaration
public const MyAiTargetEnum CHARACTER
Field Value
Type Description
MyAiTargetEnum

COMPOUND_BLOCK

Declaration
public const MyAiTargetEnum COMPOUND_BLOCK
Field Value
Type Description
MyAiTargetEnum

CUBE

Declaration
public const MyAiTargetEnum CUBE
Field Value
Type Description
MyAiTargetEnum

ENTITY

Declaration
public const MyAiTargetEnum ENTITY
Field Value
Type Description
MyAiTargetEnum

ENVIRONMENT_ITEM

Declaration
public const MyAiTargetEnum ENVIRONMENT_ITEM
Field Value
Type Description
MyAiTargetEnum

GRID

Declaration
public const MyAiTargetEnum GRID
Field Value
Type Description
MyAiTargetEnum

NO_TARGET

Declaration
public const MyAiTargetEnum NO_TARGET
Field Value
Type Description
MyAiTargetEnum

POSITION

Declaration
public const MyAiTargetEnum POSITION
Field Value
Type Description
MyAiTargetEnum

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

VOXEL

Declaration
public const MyAiTargetEnum VOXEL
Field Value
Type Description
MyAiTargetEnum
☀
☾
In This Article
  • Fields
    • CHARACTER
    • COMPOUND_BLOCK
    • CUBE
    • ENTITY
    • ENVIRONMENT_ITEM
    • GRID
    • NO_TARGET
    • POSITION
    • value__
    • VOXEL
Back to top
Generated by DocFX
☀
☾