|
flimEngine
|
#include <ShipGrowCommand.h>


Public Member Functions | |
| ShipGrowCommand ()=default | |
| ShipGrowCommand (const ShipGrowCommand &)=default | |
| ShipGrowCommand & | operator= (const ShipGrowCommand &)=default |
| ~ShipGrowCommand ()=default | |
| ShipGrowCommand (Frigate *f, float s) | |
| virtual ShipGrowCommand * | clone () override |
| void | execute () override |
Public Member Functions inherited from CallbackCommand | |
| CallbackCommand () | |
| virtual | ~CallbackCommand () |
| CallbackCommand & | operator= (const CallbackCommand &)=default |
| CallbackCommand (const CallbackCommand &)=default | |
| virtual snd_err | AttachSecondarySound (Sound *sound) |
Public Member Functions inherited from AudioCommand | |
| AudioCommand () | |
| AudioCommand (Sound *snd) | |
| virtual | ~AudioCommand () |
| AudioCommand & | operator= (const AudioCommand &)=default |
| AudioCommand (const AudioCommand &)=default | |
| snd_err | AssignPlaylistID (unsigned int) |
| unsigned int | GetID () |
| virtual snd_err | AttachSound (Sound *snd) |
Public Member Functions inherited from Command | |
| Command () | |
| virtual | ~Command () |
| Command & | operator= (const Command &)=default |
| Command (const Command &)=default | |
| Command ()=default | |
| ~Command () | |
| Command & | operator= (const Command &)=default |
| Command (const Command &)=default | |
Private Attributes | |
| Frigate * | frig |
| float | scale |
Additional Inherited Members | |
Public Attributes inherited from CallbackCommand | |
| std::multimap< int, CallbackCommand * >::const_iterator | deleteIter |
Public Attributes inherited from AudioCommand | |
| std::multimap< int, AudioCommand * >::iterator | deleteIter |
Protected Attributes inherited from CallbackCommand | |
| bool | instant_execute |
| CMDTYPES | commandType = CMDTYPES::NO_TYPE |
| Sound * | secondarySound |
Protected Attributes inherited from AudioCommand | |
| int | NUM_REPETITIONS |
| int | trigger_time |
| bool | lerpFinished |
| unsigned int | playlist_id |
| Sound * | sound |
|
default |
|
default |
|
default |
| ShipGrowCommand::ShipGrowCommand | ( | Frigate * | f, |
| float | s | ||
| ) |
|
inlineoverridevirtual |
Implements CallbackCommand.
|
overridevirtual |
Implements CallbackCommand.
|
default |
|
private |
|
private |