| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric | |
| cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor |
| Modifier and Type | Field and Description |
|---|---|
protected WeaponDescriptor |
Weapon.descriptor |
| Modifier and Type | Method and Description |
|---|---|
WeaponDescriptor |
Weapon.getDescriptor()
Returns complete descriptor of the weapon containing various information about the weapon behavior in game.
|
WeaponDescriptor |
Weaponry.getDescriptorForId(UnrealId inventoryWeaponId)
Returns
WeaponDescriptor for a given inventory UnrealId of the weapon. |
WeaponDescriptor |
Weaponry.getWeaponDescriptor(ItemType weaponType)
Returns a
WeaponDescriptor for a given 'weaponType' (if it is not a weapon, returns null). |
| Modifier and Type | Method and Description |
|---|---|
UnrealId |
Weaponry.getWeaponInventoryId(WeaponDescriptor weaponDescriptor)
Returns inventory
UnrealId of the weapon the bot has inside its inventory (if the bot does not have
it, returns null). |
| Modifier and Type | Method and Description |
|---|---|
WeaponDescriptor |
WeaponDescriptorFactory.getNewDescriptor(ItemTyped configMsg) |
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.