MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / jsonToRectF

Function jsonToRectF

source/core/StarJsonExtra.cpp:158–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158RectF jsonToRectF(Json const& v) {
159 return RectF(jsonToRectD(v));
160}
161
162Json jsonFromRectF(RectF const& rect) {
163 return JsonArray{rect.xMin(), rect.yMin(), rect.xMax(), rect.yMax()};

Callers 6

VehicleMethod · 0.85
questParamDetailFromJsonFunction · 0.85
PlayerConfigMethod · 0.85
readCommonParametersMethod · 0.85
fromJsonMethod · 0.85

Calls 1

jsonToRectDFunction · 0.85

Tested by

no test coverage detected