Changeset 3513 for trunk/tools/editor/scripts/gui/mapeditor.py
- Timestamp:
- 11/21/10 15:58:14 (2 years ago)
- File:
-
- 1 edited
-
trunk/tools/editor/scripts/gui/mapeditor.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/editor/scripts/gui/mapeditor.py
r3503 r3513 104 104 """ Set the object type to be paint onto map """ 105 105 self._object = object 106 106 107 def getObject(self): 108 """ Return the current object """ 109 return self._object 110 107 111 def setController(self, controller): 108 112 """ Set the controller to use. """
Note: See TracChangeset
for help on using the changeset viewer.
