|
|||||||||
Atavism Version 2018.1 | AGIS API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectatavism.agis.objects.PatrolPoint
public class PatrolPoint
Field Summary | |
---|---|
int |
id
|
float |
lingerTime
|
Point |
loc
|
java.lang.String |
name
|
int |
nextPoint
|
boolean |
startingPoint
|
boolean |
travelReverse
|
Constructor Summary | |
---|---|
PatrolPoint(int id,
Point loc,
float lingerTime)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int id
public java.lang.String name
public Point loc
public float lingerTime
public int nextPoint
public boolean startingPoint
public boolean travelReverse
Constructor Detail |
---|
public PatrolPoint(int id, Point loc, float lingerTime)
|
Copyright © 2018 Dragonsan Studios Sp. z o.o. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |