- Timestamp:
- Apr 17, 2014, 2:24:12 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ScriptableController/src/orxonox/controllers/ScriptController.h
r10028 r10034 56 56 // LUA interface 57 57 // tolua_begin 58 void moveToPosition (const Vector3& target);58 void moveToPosition_beta(float x, float y, float z); 59 59 60 60 61 61 const Vector3& getPosition(); 62 62 63 63 /* virtual void tick(float dt);*/
Note: See TracChangeset
for help on using the changeset viewer.