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

Method loadRegion

source/game/scripting/StarWorldLuaBindings.cpp:1138–1140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1136 }
1137
1138 bool ServerWorldCallbacks::loadRegion(WorldServer* world, RectF const& arg1) {
1139 return world->signalRegion(RectI::integral(arg1));
1140 }
1141
1142 bool ServerWorldCallbacks::regionActive(WorldServer* world, RectF const& arg1) {
1143 return world->regionActive(RectI::integral(arg1));

Callers

nothing calls this directly

Calls 1

signalRegionMethod · 0.45

Tested by

no test coverage detected