Constructor

<Base> Base.new(<table> Data, <table> Properties)

Initialises the Base class.

For the Data parameter, options for what you could put will be said. For the Properties parameter, make sure to follow what was said in Initialise Objects

Parameters

Name
Description
Type
Default
Optional

Data

Special data properties

table

N/A

Properties

The properties to apply

table

N/A

Return

<Base> initialised class

Last updated