Class Instance (Type) — ClassySK

Addon: ClassySK · Category: Type · Since: 1.0.0

Syntax

classinstance

Description

Instance version of a class, holds non-static methods and fields, representing a created instance of a class.

Examples

function getPlayerManager() :: PlayerManager instance:
function getAnyClassInstance() :: instance:

View source