Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ xMin
Method
xMin
source/core/StarRect.hpp:831–833 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
829
template <typename T, size_t N>
830
template <size_t P>
831
auto Box<T, N>::xMin() const -> Enable2D<P, T> {
832
return min()[0];
833
}
834
835
template <typename T, size_t N>
836
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
getWalkingNeighborsInDirection
Method · 0.80
groundCollisionRect
Method · 0.80
validSectorsFor
Method · 0.80
tileEachTo
Method · 0.80
tileEval
Method · 0.80
tileEvalColumns
Method · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64