Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Document upperclass internal constants #5

@rdlaitila

Description

@rdlaitila

We should document the purpose and usage of many of upperclass's internal constants for example:

local UPPERCLASS_SCOPE_PRIVATE = {}
local UPPERCLASS_SCOPE_PROTECTED = {}
local UPPERCLASS_SCOPE_PUBLIC = {}
local UPPERCLASS_SCOPE_NOBODY = {}
local UPPERCLASS_MEMBER_TYPE_PROPERTY = {}
local UPPERCLASS_MEMBER_TYPE_FUNCTION = {}
local UPPERCLASS_TYPE_ANY = {}
local UPPERCLASS_TYPE_STRING = {}
local UPPERCLASS_TYPE_TABLE = {}
local UPPERCLASS_TYPE_FUNCTION = {}
local UPPERCLASS_TYPE_NUMBER = {}
local UPPERCLASS_TYPE_USERDATA = {}
local UPPERCLASS_TYPE_NIL = {}
local UPPERCLASS_TYPE_BOOLEAN = {}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions