Changes
Page history
updated attribute typea
authored
Mar 03, 2025
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Skills/conditions/variableisset.md
View page @
d86a1f43
...
@@ -6,7 +6,7 @@ Checks if the given [variable](/Skills/Variables) is set.
...
@@ -6,7 +6,7 @@ Checks if the given [variable](/Skills/Variables) is set.
| Attribute | Aliases | Description | Default |
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
|-----------|-----------|----------------------------------------------------------------------|---------|
| variable | name, n, var, key, k | The name of the variable. Can optionally be prefixed with scope| |
| variable | name, n, var, key, k | The name of the variable. Can optionally be prefixed with scope| |
| scope | s | The
[
scope
](
/Skills/Variables#variable-scopes
)
of the variable, e.g. where the variable is located |
|
| scope | s | The
[
scope
](
/Skills/Variables#variable-scopes
)
of the variable, e.g. where the variable is located |
<!--type:VariableScope-->
|
## Examples
## Examples
...
...
...
...