A library.
library elements
| Name | Refer to By |
|---|---|
| assets | by numeric index, by name, as a range of elements, before/after another element, satisfying a test, by ID |
library properties
| Property | Type | Access | Description |
|---|---|---|---|
| class | integer | read | The class descriptor type. |
| file path | alias or string | read | The file path. |
| full name | alias or string | read | The full path including the name. |
| index | integer | read | Index of the object within its parent object. |
| name | string | read | The name of the object. |
| object reference | object | read | An object reference for this object. |
| parent | object | read | The parent of the object. |
| properties | record | r/w | Property that allows setting of several properties at the same time. |
library methods
| Method | Returns | Description |
|---|---|---|
| close | Nothing | Closes the object. |
| store | asset | Stores the object in a library. |