Changeset 8050 for code/branches/tutorial/src/orxonox/worldentities
- Timestamp:
- Mar 9, 2011, 11:18:06 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/tutorial/src/orxonox/worldentities/AutonomousDrone.cc
r8014 r8050 86 86 // Make sure that you also create the get- and set-functions. As you can see, the get- and set-functions for the variable primaryThrust_ has already been specified, so you can get your inspiration from there. 87 87 // Variables can be added by the following command 88 // XMLPortParam(Classname, "xml-attribute-name (i.e. variablename)", setFunction , getFunction, xmlelement, mode);88 // XMLPortParam(Classname, "xml-attribute-name (i.e. variablename)", setFunctionName, getFunctionName, xmlelement, mode); 89 89 90 90 }
Note: See TracChangeset
for help on using the changeset viewer.