|
Voxellancer
0.3
A game about voxels in space
|
Public Member Functions | |
| FormationMemberTask (Ship &ship) | |
| virtual void | update (float deltaSec) override |
Public Member Functions inherited from AiTask | |
| AiTask (BoardComputer *boardComputer) | |
| BoardComputer * | boardComputer () |
| virtual bool | isFinished () |
| Handle< AiTask > & | handle () |
Public Member Functions inherited from Scriptable | |
| int | scriptKey () const |
| void | setScriptKey (int key) |
| bool | isScriptLocal () const |
| void | setScriptLocal (bool local) |
Protected Attributes | |
| FlyToTask | m_flyTask |
| Ship & | m_ship |
Protected Attributes inherited from AiTask | |
| Handle< AiTask > | m_handle |
| BoardComputer * | m_boardComputer |
Protected Attributes inherited from Scriptable | |
| int | m_key |
| bool | m_local |
Additional Inherited Members | |
Static Public Attributes inherited from Scriptable | |
| static const int | INVALID_KEY = -1 |