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
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: 'mgCameraShake'
|
||||
description: 'used to visually shake the camera'
|
||||
layout: 'LuaFunctions'
|
||||
layout: 'definition'
|
||||
page_status:
|
||||
- 'stub'
|
||||
---
|
||||
|
|
22
content/LuaFunctions/mgCommand.md
Normal file
22
content/LuaFunctions/mgCommand.md
Normal 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
|
||||
--->
|
Loading…
Add table
Add a link
Reference in a new issue