-
Notifications
You must be signed in to change notification settings - Fork 2
Facelift the built-in objects page #36
base: master
Are you sure you want to change the base?
Facelift the built-in objects page #36
Conversation
Updated links to Object Classes and Static Classes to be relative so they no longer 404. All of the targeted links are one level higher in the directory structure.
Corrected minor typos and spelling errors. No substantive changes.
Console is opened using Control + Shift + i (atleast on windows). Original text indicated Control + Alt + i
fixed typo
Update Base
This reverts commit f3c29f4. cleaned personal master to continue work on branch
This reverts commit 5c1d7f8. cleaned master to continue work on branch
This reverts commit c15131d. cleaned master to continue work on branch
converted entries to tables and added anchors and descriptions
Nice work, there is also the Blocks: ## Blocks
Type | Description | Notes
-- | -- | --
<a class="anchor" id="Red_Square"></a>Red Square | A red square.
<a class="anchor" id="Blue_Rectangle"></a>Blue Rectangle | A blue rectangle.
<a class="anchor" id="Green_Triangle"></a>Green Triangle | A green triangle. And I saw that you can spawn Edit: I check the save files, the 2 boards are the same, the only difference I found is Transform and GUID values. Edit 2: Same with |
So there is 2 types of names, the "classic" one like Don't know if you can to include this in the doc ? |
I have made a list of all "classic" names I found : https://gist.github.com/Zehir/cc9686dd9bfa391a6cd5368add2f3ce7 |
Resolve #40 - onObjectDrop function signature
Update intro.md
Updating Atom Documentation for opening Console
Fix typo in types.md
Added required "name" attribute for Save&Play
Fix code snippet for #getValue
Clarification of description.
Re-arrange
also fixed some broken links
Replace the pages option (deprecated) with the nav option.
adds in new lua features from patch 12.3. Since this patch introduces a couple new types of spawnable objects, we also move spawnable objects to their own subcategory in the scripting api nav menu.
Fixes #39
changed the offset for anchor links to work better on many screen widths
Converted all entries to tables and added anchors and descriptions.
Removed "Cup", since it only gave an error when I tried it in-game.
Unsure on the format, I could merge description and notes, since
notes
is almost or totally empty in some tables, or maybe change the table groupings so some groups have it and some don't.Default rotation information was added as I noticed it but is not exhaustive. Seems TTS spawns certain objects with a default rotation that is not
{0, 0, 0}
, so some things spawn different than one might expect.