FutureProg functions
removehook
Boolean removehook(Perceivable target, Number hookId)
Contexts: computer function, computer program, standard futureprog
Removes a named or numbered event hook from a perceivable target. Returns false if the target, hook argument, hook lookup, or perceivable conversion fails; otherwise returns the result of the target's hook removal.
target: The target character, item, location, or perceivable for the operation.
hookId: The ID of the hook to remove.
Boolean removehook(Perceivable target, Text hookName)
Contexts: computer function, computer program, standard futureprog
Removes a named or numbered event hook from a perceivable target. Returns false if the target, hook argument, hook lookup, or perceivable conversion fails; otherwise returns the result of the target's hook removal.
target: The target character, item, location, or perceivable for the operation.
hookName: The name of the hook to remove.
Contexts: computer function, computer program, standard futureprog
Removes a named or numbered event hook from a perceivable target. Returns false if the target, hook argument, hook lookup, or perceivable conversion fails; otherwise returns the result of the target's hook removal.
target: The target character, item, location, or perceivable for the operation.
hookId: The ID of the hook to remove.
Boolean removehook(Perceivable target, Text hookName)
Contexts: computer function, computer program, standard futureprog
Removes a named or numbered event hook from a perceivable target. Returns false if the target, hook argument, hook lookup, or perceivable conversion fails; otherwise returns the result of the target's hook removal.
target: The target character, item, location, or perceivable for the operation.
hookName: The name of the hook to remove.