Initialise Objects

<table> Base:InitialiseObjects(<table> Data, <table> Properties)

This initialises all of the Drawing objects based upon the Properties table.

Follow this format for each entry in the Properties parameter

[Key] = [Properties of object]

Make sure to specify the Type in the Properties of object

Parameters

Name
Description
Type
Default
Optional

Data

Special data properties

table

N/A

Properties

The properties to apply

table

N/A

Return

<table> the objects with the properties applied

Last updated