MCPcopy Create free account
hub / github.com/ClassiCube/ClassiCube / UpdateLocation

Function UpdateLocation

src/Protocol.c:236–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236static void UpdateLocation(EntityID id, struct LocationUpdate* update) {
237 struct Entity* e = Entities.List[id];
238 if (e) { e->VTABLE->SetLocation(e, update); }
239}
240
241static void UpdateUserType(struct HacksComp* hacks, cc_uint8 value) {
242 cc_bool isOp = value >= 100 && value <= 127;

Calls

no outgoing calls

Tested by

no test coverage detected