-
Notifications
You must be signed in to change notification settings - Fork 1
RenderList
Hyomoto edited this page Jun 24, 2021
·
2 revisions
Jump To | Go Back |
Methods | Variables |
---|
Used to control the draw order of objects. Objects will be drawn in the order they are added to the list.
render = new RenderList( instance_id );
render.draw();
Jump To | top |
add | remove | draw |
---|
Name | Type | Purpose |
---|---|---|
ids... | int |
The instances to add to this list. |
Adds the provided instance ids to the render list.
Name | Type | Purpose |
---|---|---|
ids... | int |
The instances to remove from this list. |
Removes the given ids from the list, if they exist.
Name | Type | Purpose |
---|---|---|
None |
Calls the draw event on each object in the list, in the order they were added.
Jump To | top |
---|
Name | Type | Initial | Purpose |
---|---|---|---|
content | undef |
array_create( argument_count ) | No description. |
Devon Mullane 2020