|
flimEngine
|
#include <PlayCmd.h>


Public Member Functions | |
| PlayCommand () | |
| PlayCommand (Sound *snd) | |
| ~PlayCommand () | |
| PlayCommand & | operator= (const PlayCommand &)=default |
| PlayCommand (const PlayCommand &)=default | |
| void | execute () override |
| PlayCommand * | clone () override |
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 | |
Additional Inherited Members | |
Public Attributes inherited from AudioCommand | |
| std::multimap< int, AudioCommand * >::iterator | deleteIter |
Protected Attributes inherited from AudioCommand | |
| int | NUM_REPETITIONS |
| int | trigger_time |
| bool | lerpFinished |
| unsigned int | playlist_id |
| Sound * | sound |
| PlayCommand::PlayCommand | ( | ) |
| PlayCommand::PlayCommand | ( | Sound * | snd | ) |
|
inline |
|
default |
|
overridevirtual |
Implements AudioCommand.
|
overridevirtual |
Reimplemented from AudioCommand.
|
default |