foundation-library-functions
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| foundation-library-functions [2026/08/03 17:03] – maxime | foundation-library-functions [2026/08/03 17:10] (current) – maxime | ||
|---|---|---|---|
| Line 62: | Line 62: | ||
| Creates a new instance of a data type | Creates a new instance of a data type | ||
| - | '' | + | '' |
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| Line 74: | Line 74: | ||
| ... | ... | ||
| } | } | ||
| - | foundation.createData(instanceData) | + | local newData = foundation.createData(instanceData) |
| </ | </ | ||
| Line 81: | Line 81: | ||
| ===== createAsset ===== | ===== createAsset ===== | ||
| - | Creates a new instance of an asset type | + | Creates a new runtime |
| - | '' | + | '' |
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | //'' | + | | //'' |
| ==== Example ==== | ==== Example ==== | ||
| Line 95: | Line 95: | ||
| ... | ... | ||
| } | } | ||
| - | foundation.createAsset(assetData) | + | local newAsset = foundation.createAsset(assetData) |
| </ | </ | ||
foundation-library-functions.txt · Last modified: 2026/08/03 17:10 by maxime
