|
flimEngine
|
#include <WorldCmd.h>


Public Member Functions | |
| WorldCommand ()=default | |
| ~WorldCommand () | |
| WorldCommand & | operator= (const WorldCommand &)=default |
| WorldCommand (const WorldCommand &)=default | |
| void | execute () override |
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 | |
|
default |
|
inline |
|
default |
|
overridevirtual |
Reimplemented from Command.
|
default |