org.argosfields.model
Class TileDefinitions

java.lang.Object
  extended byorg.argosfields.model.TileDefinitions

public final class TileDefinitions
extends Object

TileDefenitions.java

Version:
$Revision: 1.1 $ $Date: 2003/10/26 04:48:03 $
Author:
Xavier Cho

Field Summary
static int TT_BARRICADES
           
static int TT_ENTRANCE
          entrance to a building
static int TT_FOREST
           
static int TT_KEEP_OFF
          no unit allowed to enter this (e.g. buildings) the entrance itself is TT_ENTRANCE
static int TT_MOUNTAINS
           
static int TT_PLAINS
           
static int TT_RAILS
           
static int TT_RESTRICTED
           
static int TT_ROAD
           
static int TT_STD_AIR
           
static int TT_STD_GROUND
           
static int TT_STD_SEA
           
static int TT_SWAMP
           
static int TT_TRENCHES
          for the default set, this means Infantry and aircraft only
static int TT_WATER
           
static int TT_WATER_DEEP
           
static int TT_WATER_SHALLOW
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TT_ROAD

public static final int TT_ROAD
See Also:
Constant Field Values

TT_PLAINS

public static final int TT_PLAINS
See Also:
Constant Field Values

TT_FOREST

public static final int TT_FOREST
See Also:
Constant Field Values

TT_SWAMP

public static final int TT_SWAMP
See Also:
Constant Field Values

TT_MOUNTAINS

public static final int TT_MOUNTAINS
See Also:
Constant Field Values

TT_WATER_SHALLOW

public static final int TT_WATER_SHALLOW
See Also:
Constant Field Values

TT_WATER_DEEP

public static final int TT_WATER_DEEP
See Also:
Constant Field Values

TT_BARRICADES

public static final int TT_BARRICADES
See Also:
Constant Field Values

TT_RAILS

public static final int TT_RAILS
See Also:
Constant Field Values

TT_WATER

public static final int TT_WATER
See Also:
Constant Field Values

TT_RESTRICTED

public static final int TT_RESTRICTED
See Also:
Constant Field Values

TT_TRENCHES

public static final int TT_TRENCHES
for the default set, this means Infantry and aircraft only

See Also:
Constant Field Values

TT_ENTRANCE

public static final int TT_ENTRANCE
entrance to a building

See Also:
Constant Field Values

TT_KEEP_OFF

public static final int TT_KEEP_OFF
no unit allowed to enter this (e.g. buildings) the entrance itself is TT_ENTRANCE

See Also:
Constant Field Values

TT_STD_GROUND

public static final int TT_STD_GROUND
See Also:
Constant Field Values

TT_STD_SEA

public static final int TT_STD_SEA
See Also:
Constant Field Values

TT_STD_AIR

public static final int TT_STD_AIR
See Also:
Constant Field Values


Copyright © Gnome Korea. All Rights Reserved.