Base

This is the Base object from which all other objects are derived.  It defines type handling.  Only used internally.  Should not be exposed.

Summary
BaseThis is the Base object from which all other objects are derived.
Functions
new
New BaseA new Base object.
Properties
Base Properties

Functions

new

local function new (_,
_type,
_subtype)

Parameters

_typeThe new object’s type.
_subtypeThe new object’s subtype.

Returns

A new type-defined object.

New Base

A new Base object.

Properties

Base Properties

TypeReturns the object’s type.
SubtypeReturns the object’s subtype.
local function new (_,
_type,
_subtype)
Close