MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / EnvObjectUpdate

Method EnvObjectUpdate

Source/Online/Message/env_object_update.cpp:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30namespace OnlineMessages {
31EnvObjectUpdate::EnvObjectUpdate() : OnlineMessageBase(OnlineMessageCategory::LEVEL_TRANSIENT),
32 id(-1),
33 transform(mat4()),
34 timestamp(0.0f) {
35}
36
37EnvObjectUpdate::EnvObjectUpdate(EnvObject* object) : OnlineMessageBase(OnlineMessageCategory::LEVEL_TRANSIENT),
38 transform(object->GetTransform()),

Callers

nothing calls this directly

Calls 5

GetWallTimeMethod · 0.80
GetOriginalIDMethod · 0.80
mat4Class · 0.50
GetTransformMethod · 0.45
GetIDMethod · 0.45

Tested by

no test coverage detected