, including all inherited members.
add(BaseItem *item) | orxonox::PickupCollection | |
addAdditiveModifier(ModifierType::Value type, float value) | orxonox::PickupCollection | |
additiveModifiers_ | orxonox::PickupCollection | [private] |
addMultiplicativeModifier(ModifierType::Value type, float value) | orxonox::PickupCollection | |
bBlockRemovals_ | orxonox::PickupCollection | [private] |
checkSlot(BaseItem *item) | orxonox::PickupCollection | |
clear() | orxonox::PickupCollection | |
contains(BaseItem *item, bool anyOfType=false) | orxonox::PickupCollection | |
currentUsable_ | orxonox::PickupCollection | [private] |
getAdditiveModifier(ModifierType::Value type) | orxonox::PickupCollection | |
getCurrentUsable() | orxonox::PickupCollection | [inline] |
getEquipmentItems() | orxonox::PickupCollection | |
getItems() const | orxonox::PickupCollection | [inline] |
getMultiplicativeModifier(ModifierType::Value type) | orxonox::PickupCollection | |
getOwner() const | orxonox::PickupCollection | [inline] |
getPassiveItems() | orxonox::PickupCollection | |
getUsableItems() | orxonox::PickupCollection | |
items_ | orxonox::PickupCollection | [private] |
multiplicativeModifiers_ | orxonox::PickupCollection | [private] |
owner_ | orxonox::PickupCollection | [private] |
PickupCollection() | orxonox::PickupCollection | |
processModifiers(ModifierType::Value type, float inputValue, bool addBeforeMultiplication=false) | orxonox::PickupCollection | |
processModifiers(ModifierType::Value type, Vector3 inputValue, bool addBeforeMultiplication=false) | orxonox::PickupCollection | |
remove(BaseItem *item, bool removeAllOfType=false) | orxonox::PickupCollection | |
removeAdditiveModifier(ModifierType::Value type, float value) | orxonox::PickupCollection | |
removeMultiplicativeModifier(ModifierType::Value type, float value) | orxonox::PickupCollection | |
setCurrentUsable(UsableItem *usable) | orxonox::PickupCollection | [inline] |
setOwner(Pawn *owner) | orxonox::PickupCollection | [inline] |
useItem() | orxonox::PickupCollection | |
useItem(UsableItem *item) | orxonox::PickupCollection | |