Object

Usage

To use this class, add the following require at the top of your script:

local Object = require 'engine/object'

Reference

class Object
module:
fromHandle(handle)

Create an object by handle number. Used internally

Parameters:

handle (number)

Examples