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 |
![]() | |
CallbackCommand () | |
virtual | ~CallbackCommand () |
CallbackCommand & | operator= (const CallbackCommand &)=default |
CallbackCommand (const CallbackCommand &)=default | |
virtual snd_err | AttachSecondarySound (Sound *sound) |
![]() | |
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) |
![]() | |
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 | |
![]() | |
std::multimap< int, CallbackCommand * >::const_iterator | deleteIter |
![]() | |
std::multimap< int, AudioCommand * >::iterator | deleteIter |
![]() | |
bool | instant_execute |
CMDTYPES | commandType = CMDTYPES::NO_TYPE |
Sound * | secondarySound |
![]() | |
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 |