#include <beamaction.h>
Inheritance diagram for BeamAction:
Public Member Functions | |
BeamAction (const std::string &predicate, salt::Vector3f pos) | |
virtual | ~BeamAction () |
const salt::Vector3f & | GetPosition () |
returns the stored positin | |
Protected Attributes | |
salt::Vector3f | mPos |
the position to beam the agent to |
Definition at line 28 of file beamaction.h.
|
Definition at line 31 of file beamaction.h. |
|
Definition at line 33 of file beamaction.h. |
|
returns the stored positin
Definition at line 36 of file beamaction.h. References mPos. |
|
the position to beam the agent to
Definition at line 40 of file beamaction.h. Referenced by GetPosition(). |