Home
last modified time | relevance | path

Searched refs:getClosePoint (Results 1 – 8 of 8) sorted by relevance

/dports/games/bzflag-server/bzflag-2.4.22/src/bzfs/
H A DEntryZones.h46 bool getClosePoint(const std::string &qual, const float pos[3],
H A DWorldInfo.cxx404 if (entryZones.getClosePoint(safetyQual, pos, pt)) in getFlagDropPoint()
411 if (entryZones.getClosePoint(idQual, pos, pt)) in getFlagDropPoint()
415 if (entryZones.getClosePoint(typeQual, pos, pt)) in getFlagDropPoint()
H A DEntryZones.cxx128 bool EntryZones::getClosePoint(const std::string &qual, const float pos[3], in getClosePoint() function in EntryZones
H A DbzfsAPI.cxx2954 return world->getEntryZones().getClosePoint(safetyQualifier, currPos, pos); in bz_getNearestFlagSafetyZone()
/dports/games/bzflag/bzflag-2.4.22/src/bzfs/
H A DEntryZones.h46 bool getClosePoint(const std::string &qual, const float pos[3],
H A DWorldInfo.cxx404 if (entryZones.getClosePoint(safetyQual, pos, pt)) in getFlagDropPoint()
411 if (entryZones.getClosePoint(idQual, pos, pt)) in getFlagDropPoint()
415 if (entryZones.getClosePoint(typeQual, pos, pt)) in getFlagDropPoint()
H A DEntryZones.cxx128 bool EntryZones::getClosePoint(const std::string &qual, const float pos[3], in getClosePoint() function in EntryZones
H A DbzfsAPI.cxx2954 return world->getEntryZones().getClosePoint(safetyQualifier, currPos, pos); in bz_getNearestFlagSafetyZone()