Editor – Ylands
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "{{Ylands editor navbox}}" to "{{Navbox/Ylands}}") |
Lou Montana (talk | contribs) m (Text replacement - " (={2,})([^ = ])(.*)([^ = ])(={2,}) * " to " $1 $2$3$4 $5 ") |
||
Line 1: | Line 1: | ||
Welcome to Editor documentation. | Welcome to Editor documentation. | ||
==General== | == General == | ||
===How to=== | ===How to=== | ||
*[[Ylands Best practices|Best Practices]] | *[[Ylands Best practices|Best Practices]] | ||
Line 12: | Line 12: | ||
*[[Ylands Matchmaking|Matchmaking]] | *[[Ylands Matchmaking|Matchmaking]] | ||
*[[Ylands WIKI FAQ|WIKI FAQ]] | *[[Ylands WIKI FAQ|WIKI FAQ]] | ||
===Objects=== | === Objects === | ||
*[[Ylands Animated objects|Animated objects]] | *[[Ylands Animated objects|Animated objects]] | ||
*[[Ylands Entity welding|Entity welding]] | *[[Ylands Entity welding|Entity welding]] | ||
==Visual scripting== | == Visual scripting == | ||
===How to=== | ===How to=== | ||
*[[Ylands Visual scripting introduction|Introduction to Visual scripting]] | *[[Ylands Visual scripting introduction|Introduction to Visual scripting]] | ||
*[[Ylands Script conventions|Script conventions]] | *[[Ylands Script conventions|Script conventions]] | ||
===Database=== | === Database === | ||
*[[:Category:Game Logic|Game Logic]] | *[[:Category:Game Logic|Game Logic]] | ||
*[[:Category:Script tiles|Script tiles]] | *[[:Category:Script tiles|Script tiles]] | ||
===Tutorials=== | === Tutorials === | ||
Support information for Example scenarios available in-game. | Support information for Example scenarios available in-game. | ||
Line 42: | Line 42: | ||
*[[Ylands Tutorial - User interface|Scripting tutorial 13: User interface]] | *[[Ylands Tutorial - User interface|Scripting tutorial 13: User interface]] | ||
===New and updated=== | === New and updated === | ||
*[[:Category:Ylands 1.5| 1.5]] | *[[:Category:Ylands 1.5| 1.5]] | ||
*[[:Category:Ylands 1.4| 1.4]] | *[[:Category:Ylands 1.4| 1.4]] |
Revision as of 19:07, 31 January 2021
Welcome to Editor documentation.
General
How to
- Best Practices
- Common Problems FAQ
- Export a game
- Change Game ID
- Custom controls
- Storage Data
- Game set
- Matchmaking
- WIKI FAQ
Objects
Visual scripting
How to
Database
Tutorials
Support information for Example scenarios available in-game.
- Scripting tutorial 1: Entity interactions
- Scripting tutorial 2: Trigger zone
- Scripting tutorial 3: Event listener
- Scripting tutorial 4: Entity operations
- Scripting tutorial 5: Variables
- Scripting tutorial 6: Loops & Arrays
- Scripting tutorial 7: Conditions
- Scripting tutorial 8: Labels
- Scripting tutorial 9: Time
- Scripting tutorial 10: Custom instructions
- Scripting tutorial 11: Global storage
- Scripting tutorial 12: Entity storage
- Scripting tutorial 13: User interface
New and updated