public class CheckReachability extends CommandMessage
| Modifier and Type | Field and Description |
|---|---|
protected String |
Id
Message Id made up by you and echoed in response so you can
match up response with query.
|
protected Location |
Location
Location you want to go to.
|
protected UnrealId |
Target
The unique Id of a player/object/nav point/whatever.
|
| Constructor and Description |
|---|
CheckReachability()
Creates new instance of command CheckReachability.
|
CheckReachability(CheckReachability original)
Cloning constructor.
|
CheckReachability(String Id,
UnrealId Target,
Location Location)
Creates new instance of command CheckReachability.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Message Id made up by you and echoed in response so you can
match up response with query.
|
Location |
getLocation()
Location you want to go to.
|
UnrealId |
getTarget()
The unique Id of a player/object/nav point/whatever.
|
CheckReachability |
setId(String Id)
Message Id made up by you and echoed in response so you can
match up response with query.
|
CheckReachability |
setLocation(Location Location)
Location you want to go to.
|
CheckReachability |
setTarget(UnrealId Target)
The unique Id of a player/object/nav point/whatever.
|
String |
toHtmlString() |
String |
toMessage() |
String |
toString() |
protected String Id
protected UnrealId Target
protected Location Location
public CheckReachability(String Id, UnrealId Target, Location Location)
Id - Message Id made up by you and echoed in response so you can
match up response with query.Target - The unique Id of a player/object/nav point/whatever.Location - Location you want to go to. Normal location rules. Only used
if no Target is sent.public CheckReachability()
public CheckReachability(CheckReachability original)
public String getId()
public CheckReachability setId(String Id)
public UnrealId getTarget()
public CheckReachability setTarget(UnrealId Target)
public Location getLocation()
public CheckReachability setLocation(Location Location)
public String toString()
toString in class CommandMessagepublic String toHtmlString()
public String toMessage()
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.