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

#include <PartitionManager.h>

Public Member Functions

 FindPositionOptions (void)
 

Public Attributes

FindPositionFlags flags
 flags for finding the legal position
 
Real minRadius
 min radius to search around
 
Real maxRadius
 max radius to search around
 
Real startAngle
 use this angle to start the search at
 
Real maxZDelta
 maximum delta-z we will allow
 
const ObjectignoreObject
 ignore this object in legal position checks
 
const ObjectsourceToPathToDest
 object that must be able to path to the position chosen
 
const ObjectrelationshipObject
 object to use for relationship tests
 

Detailed Description

Definition at line 127 of file PartitionManager.h.

Constructor & Destructor Documentation

◆ FindPositionOptions()

FindPositionOptions::FindPositionOptions ( void )
inline

Definition at line 129 of file PartitionManager.h.

Member Data Documentation

◆ flags

FindPositionFlags FindPositionOptions::flags

flags for finding the legal position

Definition at line 140 of file PartitionManager.h.

◆ ignoreObject

const Object* FindPositionOptions::ignoreObject

ignore this object in legal position checks

Definition at line 145 of file PartitionManager.h.

◆ maxRadius

Real FindPositionOptions::maxRadius

max radius to search around

Definition at line 142 of file PartitionManager.h.

◆ maxZDelta

Real FindPositionOptions::maxZDelta

maximum delta-z we will allow

Definition at line 144 of file PartitionManager.h.

◆ minRadius

Real FindPositionOptions::minRadius

min radius to search around

Definition at line 141 of file PartitionManager.h.

◆ relationshipObject

const Object* FindPositionOptions::relationshipObject

object to use for relationship tests

Definition at line 147 of file PartitionManager.h.

◆ sourceToPathToDest

const Object* FindPositionOptions::sourceToPathToDest

object that must be able to path to the position chosen

Definition at line 146 of file PartitionManager.h.

◆ startAngle

Real FindPositionOptions::startAngle

use this angle to start the search at

Definition at line 143 of file PartitionManager.h.


The documentation for this struct was generated from the following file: