public class MoverMessage.MoverStaticMessage extends MoverStatic
SimTime| Constructor and Description |
|---|
MoverMessage.MoverStaticMessage() |
| Modifier and Type | Method and Description |
|---|---|
MoverMessage.MoverStaticMessage |
clone() |
Location |
getBasePos()
Base position of the mover.
|
Location |
getBaseRot()
Base rotation of the mover.
|
double |
getDelayTime()
Delay before starting to open (or before lift starts to move).
|
UnrealId |
getId()
A unique Id of this mover assigned by the game.
|
double |
getMoveTime()
How long the mover moves, when it becomes triggered, before it stops.
|
UnrealId |
getNavPointMarker()
Navigation point marking this mover.
|
double |
getOpenTime()
How long the mover stands still when it reaches its destination position.
|
String |
getType()
String class of the mover.
|
boolean |
isDamageTrig()
True if the mover needs to be shot to be activated.
|
boolean |
isDifferentFrom(IStaticWorldObject other) |
boolean |
isIsMoving()
Does the mover move right now?
|
String |
toHtmlString() |
String |
toString() |
getCompositeClass, getSimTime, setSimTimetoJsonLiteralpublic MoverMessage.MoverStaticMessage clone()
clone in class MoverStaticpublic UnrealId getId()
getId in interface IWorldObjectgetId in class MoverStaticpublic boolean isDamageTrig()
isDamageTrig in class MoverStaticpublic String getType()
getType in class MoverStaticpublic boolean isIsMoving()
isIsMoving in class MoverStaticpublic double getMoveTime()
getMoveTime in class MoverStaticpublic double getOpenTime()
getOpenTime in class MoverStaticpublic Location getBasePos()
getBasePos in class MoverStaticpublic Location getBaseRot()
getBaseRot in class MoverStaticpublic double getDelayTime()
getDelayTime in class MoverStaticpublic UnrealId getNavPointMarker()
getNavPointMarker in class MoverStaticpublic boolean isDifferentFrom(IStaticWorldObject other)
isDifferentFrom in interface IStaticWorldObjectisDifferentFrom in class MoverStaticpublic String toString()
toString in class MoverStaticpublic String toHtmlString()
toHtmlString in class MoverStaticCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.