Changeset 12390 for code/branches/Boxhead_FS19/src/orxonox/scriptablecontroller/scriptable_controller_api.h
- Timestamp:
- May 16, 2019, 4:53:45 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Boxhead_FS19/src/orxonox/scriptablecontroller/scriptable_controller_api.h
r11974 r12390 161 161 * @param z The position on the z-axis 162 162 */ 163 164 void spawnZombie(std::string id); 165 166 /** 167 * @brief Set the position of an object 168 * @param id The ID of the object 169 * @param x The position on the x-axis 170 * @param y The position on the y-axis 171 * @param z The position on the z-axis 172 */ 173 174 163 175 void setPosition(std::string id, double x, double y, double z); 164 176
Note: See TracChangeset
for help on using the changeset viewer.