C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

class RemotePortal

Defined in:  C4Portals.h
The RemotePortal class represents a remote portal node in a world.
Definition

class RemotePortal : public Portal

Member Functions
RemotePortal::GetRemoteTransform Returns the remote transform.
RemotePortal::SetRemoteTransform Sets the remote transform.
RemotePortal::GetRemotePosition Returns the remote position.
RemotePortal::SetRemotePosition Sets the remote position.
Constructor

RemotePortal();

RemotePortal(const Vector2D& size);

Parameters
size The size of a rectangular portal.
Description


Base Classes
Portal A RemotePortal node is a specific type of Portal.
See Also

RemotePortalObject

Zone