public class TeamScoreStaticImpl extends TeamScoreStatic
| Modifier and Type | Class and Description |
|---|---|
static class |
TeamScoreStaticImpl.TeamScoreStaticUpdate |
| Modifier and Type | Field and Description |
|---|---|
protected UnrealId |
Id
Message identifier.
|
SimTime| Constructor and Description |
|---|
TeamScoreStaticImpl()
Parameter-less contructor for the message.
|
TeamScoreStaticImpl(TeamScore original)
Cloning constructor from the full message.
|
TeamScoreStaticImpl(TeamScoreStatic original)
Cloning constructor from the message part.
|
TeamScoreStaticImpl(TeamScoreStaticImpl original)
Cloning constructor from the full message.
|
TeamScoreStaticImpl(UnrealId Id)
Creates new instance of the message TeamScore.
|
| Modifier and Type | Method and Description |
|---|---|
TeamScoreStaticImpl |
clone() |
UnrealId |
getId()
Message identifier.
|
boolean |
isDifferentFrom(IStaticWorldObject other) |
void |
setSimTime(long SimTime)
Used by Yylex to slip correct time of the object or programmatically.
|
String |
toHtmlString() |
String |
toString() |
getCompositeClass, getSimTimetoJsonLiteralprotected UnrealId Id
public TeamScoreStaticImpl()
public TeamScoreStaticImpl(UnrealId Id)
Id - Message identifier.public TeamScoreStaticImpl(TeamScore original)
original - public TeamScoreStaticImpl(TeamScoreStaticImpl original)
original - public TeamScoreStaticImpl(TeamScoreStatic original)
original - public void setSimTime(long SimTime)
TeamScoreStaticsetSimTime in class TeamScoreStaticpublic TeamScoreStaticImpl clone()
clone in class TeamScoreStaticpublic UnrealId getId()
getId in interface IWorldObjectgetId in class TeamScoreStaticpublic boolean isDifferentFrom(IStaticWorldObject other)
isDifferentFrom in interface IStaticWorldObjectisDifferentFrom in class TeamScoreStaticpublic String toString()
toString in class TeamScoreStaticpublic String toHtmlString()
toHtmlString in class TeamScoreStaticCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.