Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ yMax
Method
yMax
source/core/StarRect.hpp:849–851 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
847
template <typename T, size_t N>
848
template <size_t P>
849
auto Box<T, N>::yMax() const -> Enable2D<P, T> {
850
return max()[1];
851
}
852
853
template <typename T, size_t N>
854
template <size_t P>
Callers
15
cellIndexesForRange
Method · 0.80
spawnParametersForCell
Method · 0.80
adjustSpawnRegion
Method · 0.80
boundBox
Method · 0.80
findSensiblePlayerStart
Method · 0.80
isOutside
Method · 0.80
tileEachTo
Method · 0.80
tileEachAbortable
Method · 0.80
splitRect
Method · 0.80
yClampRect
Method · 0.80
updateTaken
Method · 0.80
spawningProhibited
Method · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64