Better definition layout, page_status labels, content changes
This commit is contained in:
parent
e46e36412d
commit
4d4ee393af
19 changed files with 367 additions and 14 deletions
8
content/BuiltinCommands/_index.md
Normal file
8
content/BuiltinCommands/_index.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
title: 'List of builtin commands'
|
||||
layout: 'list'
|
||||
---
|
||||
|
||||
These commands are accessible through [`mgCommand()`](/luafunctions/mgcommand)
|
||||
<!-- Some commands might have documentation on the [Smashing Tech Wiki](https://antifandom.com/smashhitlab/wiki/List_of_Lua_Functions) -->
|
||||
|
19
content/BuiltinCommands/level.skip.md
Normal file
19
content/BuiltinCommands/level.skip.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
title: "level.skip"
|
||||
description: "skips the level if the user has enough coins (same as pressing the skip level button)"
|
||||
layout: "definition"
|
||||
page_status:
|
||||
- stub
|
||||
---
|
||||
|
||||
## Usage
|
||||
|
||||
```txt
|
||||
level.skip
|
||||
```
|
||||
|
||||
<!--
|
||||
optional arguments are written in square brackets
|
||||
|
||||
below you can add examples
|
||||
--->
|
Loading…
Add table
Add a link
Reference in a new issue