Changeset 11099 for code/trunk/src/orxonox/controllers/MasterController.h
- Timestamp:
- Jan 27, 2016, 6:50:51 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/controllers/MasterController.h
r11071 r11099 44 44 If no MasterController is initialized, none of ActionpointControllers will work. 45 45 Example: 46 47 @code 46 48 <Pawn position = "100000, 100000, 100000"> 47 49 <controller> … … 50 52 </controller> 51 53 </Pawn> 54 @endcode 52 55 */ 53 56 class _OrxonoxExport MasterController : public Controller, public Tickable
Note: See TracChangeset
for help on using the changeset viewer.