C4 Engine
C4 Engine API Documentation

Process::GetPortFlags

Defined in:  C4Processes.h
Returns the port flags for a specific input port.
Prototype

virtual uint32 GetPortFlags(int32 index) const;

Parameters
index The port index.
Description
The GetPortFlags function returns the flags for the input port having the index specified by the index parameter. The flags can be a combination (through logical OR) of the following constants.
kProcessPortOptional The input to the port is optional.
See Also

Process::GetPortRoute

Process::GetPortCount