cdfUnregRemasterTrigger
cdfUnregRemasterTrigger(
)
=> l_ids / nil
Description
Unregisters a trigger previously registered with cdfRegRemasterTrigger. The callback infrastructure is only called when the resetOnRemaster environment variable is set to t.
It is possible to register a trigger before defining the function. No capturing of the function is performed and only the most up-to-date implementation is called. Only one trigger can be registered and any existing registration is replaced.
Arguments
Value Returned
Examples
Registers the remaster function.
cdfRegRemasterTrigger("MyRemasterFunc")
=>t
Unregisters the remaster function.
cdfUnregRemasterTrigger("MyRemasterFunc")
=>t
Related Topics
Return to top