Serialized Form
Package cz.cuni.amis.pogamut.ut2004.agent.module.sensor.visibility.model |
serialVersionUID: -6276264641650851997L
matrix
BitSet[] matrix
- Contains bit matrix.
matrix[colIndex] returns matrix's col (indexing by 'x') first.
rows
int rows
- Number of rows in matrix (col is determined by matrix.length).
serialVersionUID: 1629693033838716595L
x
double x
y
double y
z
double z
navPoint1Id
String navPoint1Id
navPoint2Id
String navPoint2Id
serialVersionUID: -5542380797228986422L
readResolve
private Object readResolve()
throws ObjectStreamException
- Throws:
ObjectStreamException
locations
Map<K,V> locations
matrix
BitMatrix matrix
mapName
String mapName
Package cz.cuni.amis.pogamut.ut2004.agent.navigation |
Package cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh |
polys
ArrayList<E> polys
parent
BSPNode parent
sepLine
math.geom2d.line.StraightLine2D sepLine
left
BSPNode left
right
BSPNode right
random
Random random
verts
ArrayList<E> verts
triangles
ArrayList<E> triangles
bspTree
LevelGeometryBSPNode bspTree
biggestLeafInTree
LevelGeometryBSPNode biggestLeafInTree
leafCount
int leafCount
minX
double minX
maxX
double maxX
minY
double minY
maxY
double maxY
minZ
double minZ
maxZ
double maxZ
random
Random random
geom
LevelGeometry geom
triangles
ArrayList<E> triangles
parent
LevelGeometryBSPNode parent
minX
double minX
maxX
double maxX
minY
double minY
maxY
double maxY
minZ
double minZ
maxZ
double maxZ
sepDim
int sepDim
sepVal
double sepVal
left
LevelGeometryBSPNode left
right
LevelGeometryBSPNode right
verts
ArrayList<E> verts
polys
ArrayList<E> polys
vertsToPolys
ArrayList<E> vertsToPolys
bspTree
BSPNode bspTree
biggestLeafInTree
BSPNode biggestLeafInTree
offMeshPoints
ArrayList<E> offMeshPoints
polysToOffMeshPoints
ArrayList<E> polysToOffMeshPoints
safeVertex
ArrayList<E> safeVertex
from
OffMeshPoint from
to
OffMeshPoint to
linkId
UnrealId linkId
navpointId
UnrealId navpointId
pId
int pId
outgoingEdges
ArrayList<E> outgoingEdges
incomingEdges
ArrayList<E> incomingEdges
location
Location location
Package cz.cuni.amis.pogamut.ut2004.bot.exception |
Package cz.cuni.amis.pogamut.ut2004.bot.state |
Package cz.cuni.amis.pogamut.ut2004.bot.state.impl |
Package cz.cuni.amis.pogamut.ut2004.communication.messages |
category
ItemType.Category category
- Category of this item.
group
UT2004ItemType.UT2004Group group
- Group of this item.
name
String name
- Name of the item in UT engine.
Note: Items of the same type might have different names in UT engine. Use
UT2004ItemType.equals(Object)
to safely compare two ItemTypes. This name is
informative only.
Package cz.cuni.amis.pogamut.ut2004.communication.translator |
Package cz.cuni.amis.pogamut.ut2004.communication.worldview.map |
startId
String startId
endId
String endId
flags
int flags
start
Waypoint start
end
Waypoint end
id
String id
location
Location location
outgoing
Set<E> outgoing
Package cz.cuni.amis.pogamut.ut2004.observer.exception |
Package cz.cuni.amis.pogamut.ut2004.server.exception |
Package cz.cuni.amis.pogamut.ut2004.utils |
serialVersionUID: -8577056681683055775L
patterns
UCCWrapperPatterns patterns
unrealHome
String unrealHome
mapName
String mapName
gameBotsPack
String gameBotsPack
gameType
String gameType
mutators
String mutators
options
String options
playerPort
int playerPort
- Port for human player - UT2004 client uses this port to connect to the server.
startOnUnusedPort
boolean startOnUnusedPort
serialVersionUID: 6964965802258744930L
botPortPattern
Pattern botPortPattern
controlPortPattern
Pattern controlPortPattern
observerPortPattern
Pattern observerPortPattern
commandletNotFoundPattern
Pattern commandletNotFoundPattern
mapNotFoundPattern
Pattern mapNotFoundPattern
matchStartedPattern
Pattern matchStartedPattern
exitingErrorPattern
Pattern exitingErrorPattern
gameEndingPattern
Pattern gameEndingPattern
Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.