Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
PartitionFilterPolygonTrigger Class Reference

#include <PartitionManager.h>

Inherits PartitionFilter.

Public Member Functions

 PartitionFilterPolygonTrigger (const PolygonTrigger *trigger)
 

Protected Member Functions

virtual Bool allow (Object *other)
 

Detailed Description

Reject all objects inside the irregularly trigger area passed in at creation. This is done using the even-odd rule against the points, assuming that the area is closed.

Definition at line 1058 of file PartitionManager.h.

Constructor & Destructor Documentation

◆ PartitionFilterPolygonTrigger()

PartitionFilterPolygonTrigger::PartitionFilterPolygonTrigger ( const PolygonTrigger * trigger)
inline

Definition at line 1064 of file PartitionManager.h.

Member Function Documentation

◆ allow()

Bool PartitionFilterPolygonTrigger::allow ( Object * other)
protectedvirtual

Implements PartitionFilter.

Definition at line 5073 of file PartitionManager.cpp.


The documentation for this class was generated from the following files: