Class

Class

class

Engine class object

Fields

NameTypeDescription
name string Object name

Functions

Class.find(name)

Find a loaded class by name

name string Class name

returns Class

Class.load(path)

Load a class asset

path string Path to the object

returns Class

Class.cast(object)

Trying to cast Object into Class

object Object Object to cast

returns Class

Class:is_child_of(other)

Whether this class derives from another one

other Class Candidate parent class

returns boolean

Inherited from Object (2)

Used by