Better definition layout, page_status labels, content changes

This commit is contained in:
magmaus3 2023-08-10 14:17:28 +02:00
parent e46e36412d
commit 4d4ee393af
Signed by: magmaus3
GPG key ID: 966755D3F4A9B251
19 changed files with 367 additions and 14 deletions

View file

@ -1,7 +1,7 @@
---
title: 'mgCameraShake'
description: 'used to visually shake the camera'
layout: 'LuaFunctions'
layout: 'definition'
page_status:
- 'stub'
---

View file

@ -0,0 +1,22 @@
---
title: "mgCommand"
description: "Executes internal commands"
layout: "LuaFunctions"
page_status:
- stub
see_also:
- "/builtincommands/"
---
## Usage
```lua
mgCommand(command)
```
`command` includes both the command itself and parameters used
<!--
optional arguments are written in square brackets
below you can add examples
--->