MapAutoBool Enum

Definition

Represents a boolean enumeration for the Map.

public enum class MapAutoBool
public enum MapAutoBool
type MapAutoBool = 
Public Enum MapAutoBool
Inheritance
MapAutoBool

Fields

Auto 0

Automatically determines true or false at run time.

False 2

Evaluates to false.

True 1

Evaluates to true.

Applies to