FutureProg functions

addinviseffect

Effects · computer function, computer program, standard futureprog

Effect addinviseffect(Perceivable Perceivable, Number Prog)
Contexts: computer function, computer program, standard futureprog
This function adds an invisibility effect to a perceivable. Returns the effect it creates.
Perceivable: The perceivable to add the invisibility effect to
Prog: The ID of a prog to control whether the effect applies. Parameters are perceivable,perceivable and returns boolean.

Effect addinviseffect(Perceivable Perceivable, Text Prog)
Contexts: computer function, computer program, standard futureprog
This function adds an invisibility effect to a perceivable. Returns the effect it creates.
Perceivable: The perceivable to add the invisibility effect to
Prog: The name of a prog to control whether the effect applies. Parameters are perceivable,perceivable and returns boolean.

← Back to FutureProg functions