Fancade Web: Difference between revisions

m
m (Adjust sections)
Line 333: Line 333:
| cl <code>Level Number</code> OR n (next) OR p (previous)
| cl <code>Level Number</code> OR n (next) OR p (previous)
| Changes level
| Changes level
|
|}
 
==== Obsolete commands ====
 
{|
|-
|-
| EditorScript
| EditorScript
| Open editor script editor
| Open editor script editor
|
|
|}
=== Misc ===
{| class="wikitable"
! Input
! Description
! Other
|-
| F1
| Contextual help
| Open a wiki help page in a new tab. Selecting or hovering over (in the inventory) a stock prefab opens up the wiki page for that prefab.
|}
|}


=== Editor Scripting ===
=== Editor Scripting ===


There is an experimental editor scripting editor available that can be used for things like auto-tiling and procedural level creation. The editor is opened by the <code>EditorScript</code> command in the command line.
There was an experimental editor scripting editor available that can be used for things like auto-tiling and procedural level creation. The editor is opened by the <code>EditorScript</code> command in the command line.


Editor scripts are written in Javascript and here are some code examples:
Editor scripts were written in JavaScript. Some code examples were:


<pre>
<pre>
Line 452: Line 468:
</pre>
</pre>


=== Misc ===
This feature was silently removed around September 2025.
 
{| class="wikitable"
! Input
! Description
! Other
|-
| F1
| Contextual help
| Open a wiki help page in a new tab. Selecting or hovering over (in the inventory) a stock prefab opens up the wiki page for that prefab.
|}


== Collaboration with export/import ==
== Collaboration with export/import ==