Uses of Class
cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.WeaponDescriptor

Packages that use WeaponDescriptor
cz.cuni.amis.pogamut.udk.agent.module.sensomotoric   
cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor   
 

Uses of WeaponDescriptor in cz.cuni.amis.pogamut.udk.agent.module.sensomotoric
 

Fields in cz.cuni.amis.pogamut.udk.agent.module.sensomotoric declared as WeaponDescriptor
protected  WeaponDescriptor Weapon.descriptor
           
 

Methods in cz.cuni.amis.pogamut.udk.agent.module.sensomotoric that return WeaponDescriptor
 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).
 

Methods in cz.cuni.amis.pogamut.udk.agent.module.sensomotoric with parameters of type WeaponDescriptor
 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).
 

Uses of WeaponDescriptor in cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor
 

Methods in cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor that return WeaponDescriptor
 WeaponDescriptor WeaponDescriptorFactory.getNewDescriptor(ItemTyped configMsg)
           
 



Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.