Discuss this page on this pages TalkPage
| Syntax | (typFireEvent unid event [data]) |
|---|---|
| Arguments | unid: The unid of the type to fire the event on |
| event: The event on the type to fire | |
| data: Data to pass on to the event (can be empty) | |
| Returns | Result of event |
| Category | type, unid |
| Description | Very useful, especially for creating space objects because of all the data you can pass along. |
(typFireEvent autonUNID 'CreateFromItem { sourceObj:sourceObj type:autonUNID item:autonItem })
From RPGAutons.xml. Fires the event “CreateFromItem” with the following data.
Return to type functions list
Return to Functions list