C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

Portal::SetZoneConnector

Defined in:  C4Portals.h
Sets the zone to which the portal is connected.
Prototype

void SetZoneConnector(Zone *zone);

Parameters
zone The zone to which the portal is to be connected.
Description
The SetZoneConnector function sets the zone to which the portal is connected. This is the zone to which the portal leads, allowing cameras and lights to see from one zone to another.
See Also

Zone

Portal::GetZoneConnector