Skip to content

RenderList

Hyomoto edited this page Jun 24, 2021 · 2 revisions
Jump To Go Back Methods Variables

RenderList( )

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();

Methods

Jump To top add remove draw

add( ids... )

Name Type Purpose
ids... int The instances to add to this list.

Adds the provided instance ids to the render list.


remove( ids... )

Name Type Purpose
ids... int The instances to remove from this list.

Removes the given ids from the list, if they exist.


draw( )

Name Type Purpose
None

Calls the draw event on each object in the list, in the order they were added.


Variables

Jump To top
Name Type Initial Purpose
content undef array_create( argument_count ) No description.
Clone this wiki locally