|
| GenericEngine (const std::string &equipmentKey) |
|
virtual const Visuals & | visuals () const override |
|
void | setVisuals (const Visuals &visuals) |
|
virtual const SoundProperties & | sound () const override |
|
void | setEngineSound (const SoundProperties &engineSound) |
|
virtual EnginePower | power () const override |
|
void | setPower (const EnginePower &power) |
|
virtual void | update (float deltaSec) override |
|
| Engine (const std::string &equipmentKey) |
|
EngineSlot * | engineSlot () |
|
const EngineSlot * | engineSlot () const |
|
void | setEngineSlot (EngineSlot *engineSlot) |
|
const EngineState & | state () const |
|
void | setState (const EngineState &state) |
|
Acceleration | currentAcceleration () const |
|
| Equipment (const std::string &equipmentKey) |
|
const std::string & | equipmentKey () const |
|
The documentation for this class was generated from the following files:
- src/equipment/engines/genericengine.h
- src/equipment/engines/genericengine.cpp