|
OpenGothic
Open source reimplementation of Gothic I and II
|
#include <worldobjects.h>
Public Member Functions | |
| SearchOpt ()=default | |
| SearchOpt (float rangeMin, float rangeMax, float azi, TargetCollect collectAlgo=TARGET_COLLECT_CASTER, TargetType collectType=TARGET_TYPE_ALL, SearchFlg flags=NoFlg) | |
Public Attributes | |
| float | rangeMin = 0 |
| float | rangeMax = 0 |
| float | azi = 0 |
| TargetCollect | collectAlgo = TARGET_COLLECT_CASTER |
| TargetType | collectType = TARGET_TYPE_ALL |
| SearchFlg | flags = NoFlg |
Definition at line 40 of file worldobjects.h.
|
default |
| WorldObjects::SearchOpt::SearchOpt | ( | float | rangeMin, |
| float | rangeMax, | ||
| float | azi, | ||
| TargetCollect | collectAlgo = TARGET_COLLECT_CASTER, |
||
| TargetType | collectType = TARGET_TYPE_ALL, |
||
| WorldObjects::SearchFlg | flags = NoFlg |
||
| ) |
Definition at line 56 of file worldobjects.cpp.
| float WorldObjects::SearchOpt::azi = 0 |
Definition at line 45 of file worldobjects.h.
| TargetCollect WorldObjects::SearchOpt::collectAlgo = TARGET_COLLECT_CASTER |
Definition at line 46 of file worldobjects.h.
| TargetType WorldObjects::SearchOpt::collectType = TARGET_TYPE_ALL |
Definition at line 47 of file worldobjects.h.
Definition at line 48 of file worldobjects.h.
| float WorldObjects::SearchOpt::rangeMax = 0 |
Definition at line 44 of file worldobjects.h.
| float WorldObjects::SearchOpt::rangeMin = 0 |
Definition at line 43 of file worldobjects.h.