|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcz.cuni.amis.pogamut.base.communication.messages.CommandMessage
cz.cuni.amis.pogamut.udk.communication.messages.gbcommands.Pick
public class Pick
When automatic pickup is disabled for bot (in ini bDisableAutoPickup=true) or if set by CONF {AutoPickupOff True}, use this command to pickup inventory the bot is currently at. Will fail if the bot can't pickup the item for some reason - weaponstay true and already had it before or etc. Corresponding GameBots command is PICK.
| Field Summary | |
|---|---|
protected cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId |
Id
Id of the pickup we want to pick up. |
| Constructor Summary | |
|---|---|
Pick()
Creates new instance of command Pick. |
|
Pick(Pick original)
Cloning constructor. |
|
Pick(cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId Id)
Creates new instance of command Pick. |
|
| Method Summary | |
|---|---|
cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId |
getId()
Id of the pickup we want to pick up. |
Pick |
setId(cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId Id)
Id of the pickup we want to pick up. |
String |
toHtmlString()
|
String |
toMessage()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId Id
| Constructor Detail |
|---|
public Pick(cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId Id)
Id - Id of the pickup we want to pick up.public Pick()
public Pick(Pick original)
| Method Detail |
|---|
public cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId getId()
public Pick setId(cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId Id)
public String toString()
toString in class cz.cuni.amis.pogamut.base.communication.messages.CommandMessagepublic String toHtmlString()
public String toMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||