Changeset 8783 in orxonox.OLD for trunk/src/world_entities/npcs/generic_npc.cc
- Timestamp:
- Jun 26, 2006, 2:00:31 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/npcs/generic_npc.cc
r8724 r8783 125 125 * @param coordinate: coordinate to go to 126 126 */ 127 bool GenericNPC::walkTo(const Vector& coordinate, float time)127 float GenericNPC::walkTo(const Vector& coordinate, const Quaternion& dir) 128 128 { 129 129 … … 136 136 * @param coordinate: coordinate to go to 137 137 */ 138 bool GenericNPC::walkTo(float x, float y, float z, float time)138 float GenericNPC::walkTo(float x, float y, float z, float qu, float qx, float qy, float qz) 139 139 { 140 140
Note: See TracChangeset
for help on using the changeset viewer.