MCPcopy 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

847template <typename T, size_t N>
848template <size_t P>
849auto Box<T, N>::yMax() const -> Enable2D<P, T> {
850 return max()[1];
851}
852
853template <typename T, size_t N>
854template <size_t P>

Callers 15

cellIndexesForRangeMethod · 0.80
adjustSpawnRegionMethod · 0.80
boundBoxMethod · 0.80
isOutsideMethod · 0.80
tileEachToMethod · 0.80
tileEachAbortableMethod · 0.80
splitRectMethod · 0.80
yClampRectMethod · 0.80
updateTakenMethod · 0.80
spawningProhibitedMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64