Skip to content

Instances

Matěj Štágl edited this page Dec 18, 2018 · 1 revision

Copies of objects placed in a room are called instances. Behavior of instances can be modified on demand using variables. All game objects inherit from a base class `GameObject`. A game object is equipped with a default set of built-in variables - position, gravity, scale, direction, sprite and others. This chapter of the manual provides a set of functions used to create, destroy and perform basic operations with instances.

Instances Functions

Back to Manual

Clone this wiki locally