#include <command.h>

| Public Member Functions | |
| GasFieldCommand (CommandType ct, Entity *entity) | |
| GasFieldCommand (GasFieldCommand &orig) | |
| virtual bool | done () | 
| virtual void | init () | 
| virtual void | tick (double dt) | 
| virtual Command * | clone () | 
| virtual void | postProcess () | 
Definition at line 74 of file command.h.
| FastEcslent::GasFieldCommand::GasFieldCommand | ( | CommandType | ct, | |
| Entity * | entity | |||
| ) |  [inline] | 
| FastEcslent::GasFieldCommand::GasFieldCommand | ( | GasFieldCommand & | orig | ) |  [inline] | 
| bool FastEcslent::GasFieldCommand::done | ( | ) |  [inline, virtual] | 
| void FastEcslent::GasFieldCommand::init | ( | ) |  [inline, virtual] | 
| void FastEcslent::GasFieldCommand::tick | ( | double | dt | ) |  [inline, virtual] | 
Implements FastEcslent::Command.
Definition at line 118 of file command.cpp.
References FastEcslent::DEAD, FastEcslent::Command::entity, FastEcslent::Entity::isSelected, and FastEcslent::Entity::selectable.
| virtual Command* FastEcslent::GasFieldCommand::clone | ( | ) |  [inline, virtual] | 
Reimplemented from FastEcslent::Command.
Definition at line 83 of file command.h.
References GasFieldCommand().
| virtual void FastEcslent::GasFieldCommand::postProcess | ( | ) |  [inline, virtual] | 
 1.5.4
 1.5.4