![]() |
• World Manager | ||
|
API Links
Developer Links
|
Node::ExitZoneDefined in:
Called when a node exits a zone.
C4Node.hPrototype
Parameters
Description
The ExitZone function is called by the engine when a node is removed from a zone. Unless the node is being destroyed, a call to this function will be followed by a call to the Node::EnterZone function for the new zone that the node is being placed in.
See Also
|