Home
last modified time | relevance | path

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

/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/
H A DScriptInterface.cpp7859 const bool skipLayerCheck = lrStart == -1 || lrEnd == -1; in _entityFilter() local
7870 if (skipLayerCheck || (e->layer >= lrStart && e->layer <= lrEnd)) in _entityFilter()