Home
last modified time | relevance | path

Searched refs:outPlayer (Results 1 – 2 of 2) sorted by relevance

/dports/games/openclonk/openclonk-release-8.1-src/src/game/
H A DC4Viewport.h161 …nt32_t iX, int32_t iY, int32_t *iPan, int32_t iAudibilityRadius = 0, int32_t *outPlayer = nullptr);
H A DC4Viewport.cpp1078 …GetAudibility(int32_t iX, int32_t iY, int32_t *iPan, int32_t iAudibilityRadius, int32_t *outPlayer) in GetAudibility() argument
1091 if (outPlayer) *outPlayer = cvp->Player; in GetAudibility()