|
| FlyToTask (BoardComputer *boardComputer) |
|
void | setTargetPoint (const glm::vec3 &point, const glm::vec3 &up=glm::vec3(0, 0, 0)) |
|
virtual void | update (float deltaSec) override |
|
virtual bool | isFinished () |
|
| AiTask (BoardComputer *boardComputer) |
|
BoardComputer * | boardComputer () |
|
Handle< AiTask > & | handle () |
|
int | scriptKey () const |
|
void | setScriptKey (int key) |
|
bool | isScriptLocal () const |
|
void | setScriptLocal (bool local) |
|
|
glm::vec3 | m_targetPoint |
|
glm::vec3 | m_targetUp |
|
float | m_minDistance |
|
Handle< AiTask > | m_handle |
|
BoardComputer * | m_boardComputer |
|
int | m_key |
|
bool | m_local |
|
|
static const int | INVALID_KEY = -1 |
|
The documentation for this class was generated from the following files:
- src/ai/basictasks/flytotask.h
- src/ai/basictasks/flytotask.cpp