Add game.url command
This commit is contained in:
parent
69322f4720
commit
0552019e8a
1 changed files with 21 additions and 0 deletions
21
content/BuiltinCommands/game.url.md
Normal file
21
content/BuiltinCommands/game.url.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
title: "game.url"
|
||||
description: "Opens a URL"
|
||||
layout: "definition"
|
||||
page_status:
|
||||
# - 'stub' # Not going to expand
|
||||
---
|
||||
|
||||
## Usage
|
||||
|
||||
```txt
|
||||
game.url <url>
|
||||
```
|
||||
|
||||
Where `<url>` is an url you want to open, for example <https://grannysmithgame.com/>
|
||||
|
||||
<!--
|
||||
optional arguments are written in square brackets
|
||||
|
||||
below you can add examples
|
||||
--->
|
Loading…
Reference in a new issue