mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 21:52:48 +00:00
Updated Scripting: set & variables (markdown)
parent
0040a39b14
commit
24dde186f6
@ -33,13 +33,15 @@ Variables may hold empty or null placeholder values.
|
|||||||
### Environmental Variables
|
### Environmental Variables
|
||||||
These are variables in which their values cannot redefined.
|
These are variables in which their values cannot redefined.
|
||||||
|
|
||||||
**Example:**
|
**Example 2**
|
||||||
`echo $[GM9OUT]`
|
`echo $[GM9OUT]`
|
||||||
|
|
||||||
**Output:**
|
**Output:**
|
||||||
> 0:/gm9/out
|
> 0:/gm9/out
|
||||||
|
|
||||||
`set GM9OUT "0:/gm9/in"`
|
`set GM9OUT "0:/gm9/in"`
|
||||||
`echo $[GM9OUT]`
|
`echo $[GM9OUT]`
|
||||||
|
|
||||||
**Output:**
|
**Output:**
|
||||||
> 0:/gm9/out
|
> 0:/gm9/out
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user