public abstract class GameInfoLocal extends InfoMessage implements ILocalWorldObject
| Modifier and Type | Field and Description |
|---|---|
static UnrealId |
GameInfoId |
protected long |
SimTime |
| Constructor and Description |
|---|
GameInfoLocal()
Parameter-less contructor for the message.
|
| Modifier and Type | Method and Description |
|---|---|
abstract GameInfoLocal |
clone() |
Class |
getCompositeClass() |
UnrealId |
getId() |
GameInfoLocal |
getLocal() |
ISharedWorldObject |
getShared() |
long |
getSimTime()
Simulation time in MILLI SECONDS !!!
|
IStaticWorldObject |
getStatic() |
protected void |
setSimTime(long SimTime)
Used by Yylex to slip correct time of the object or programmatically.
|
String |
toHtmlString() |
String |
toString() |
toJsonLiteralpublic static final UnrealId GameInfoId
protected long SimTime
public UnrealId getId()
getId in interface IWorldObjectpublic long getSimTime()
getSimTime in interface IWorldObjectprotected void setSimTime(long SimTime)
public abstract GameInfoLocal clone()
clone in interface ILocalWorldObjectclone in class Objectpublic Class getCompositeClass()
getCompositeClass in interface ILocalWorldObjectpublic GameInfoLocal getLocal()
public ISharedWorldObject getShared()
public IStaticWorldObject getStatic()
public String toString()
toString in class InfoMessagepublic String toHtmlString()
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.