Changeset 7407 for code/trunk/src/modules/objects/Script.h
- Timestamp:
- Sep 11, 2010, 2:52:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/objects/Script.h
r7406 r7407 83 83 84 84 virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode); //!< Method for creating a Script object through XML. 85 virtual void XMLEventPort(Element& xml Element, XMLPort::Mode mode); //!< Creates a port that can be used to channel events and react to them.85 virtual void XMLEventPort(Element& xmlelement, XMLPort::Mode mode); //!< Creates a port that can be used to channel events and react to them. 86 86 87 87 void trigger(bool triggered); //!< Is called when an event comes in trough the event port.
Note: See TracChangeset
for help on using the changeset viewer.