![]() |
• Controller System | ||
|
API Links
Developer Links
|
Controller::DeactivateDefined in:
Called when the Trigger node that activated a controller is deactivated.
C4Controller.hPrototype
Parameters
Description
The Deactivate function is called when a Trigger node that previously activated the controller becomes deactivated. A controller subclass may perform whatever action is appropriate in response to the deactivation.The default implementation performs no action, so any override of the Deactivate function does not need to call the base class counterpart.
See Also
|