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

Method readNetState

source/game/StarNpc.cpp:280–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280void Npc::readNetState(ByteArray data, float interpolationTime, NetCompatibilityRules rules) {
281 m_netGroup.readNetState(data, interpolationTime, rules);
282}
283
284String Npc::description() const {
285 return "Some funny looking person";

Callers 8

handleIncomingPacketsMethod · 0.45
readUpdateMethod · 0.45
readUpdateMethod · 0.45
handleIncomingPacketMethod · 0.45
handleIncomingPacketsMethod · 0.45
readUpdateMethod · 0.45
readDeltaMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36