Function.SqSignalBase.EliminateThis - VCMP-SqMod/SqMod GitHub Wiki
Eliminate all occurrences of a speciffic environment.
- Aliases:
SqSignalBase.EliminateThis
- Signature:
(environment);
-
Parameters:
-
environment
object
(optional) The object that represents the environment in the slot.
-
environment
-
Return:
-
integer
The number of times there was a match for the specified environment.
-
-
Throws:
- This function may throw errors if any of the given parameters are not valid.
If the environment parameter is not specified. The current root table will be used instead.
No example available.
-
function
SqSignalBase.EliminateFunc -
function
SqSignalBase.EliminateThis
No references available.