-
Notifications
You must be signed in to change notification settings - Fork 1
include
Hyomoto edited this page Jun 13, 2021
·
5 revisions
Jump To | Go Back |
Arguments |
---|
Returns: [N/A undefined
](N/A undefined
)
Will run the currently running event from object_index
. For example, if called during the step event, this would inject the step event from the given object into the current code.
include( oMonsterAI );
Name | Type | Purpose |
---|---|---|
object_index | int |
The object to inject from |
Devon Mullane 2020