FutureProg functions
addinviseffect
Overload 1
addinviseffect overload 1
Effect addinviseffect(Perceivable Perceivable, Number Prog)
Available in
- computer function
- computer program
- standard futureprog
This function adds an invisibility effect to a perceivable. Returns the effect it creates.
| Parameter | Type | Description |
|---|---|---|
Perceivable |
Perceivable |
The perceivable to add the invisibility effect to |
Prog |
Number |
The ID of a prog to control whether the effect applies. Parameters are perceivable,perceivable and returns boolean. |
Overload 2
addinviseffect overload 2
Effect addinviseffect(Perceivable Perceivable, Text Prog)
Available in
- computer function
- computer program
- standard futureprog
This function adds an invisibility effect to a perceivable. Returns the effect it creates.
| Parameter | Type | Description |
|---|---|---|
Perceivable |
Perceivable |
The perceivable to add the invisibility effect to |
Prog |
Text |
The name of a prog to control whether the effect applies. Parameters are perceivable,perceivable and returns boolean. |