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

Method ReceiveObjectMessage

Source/Objects/object.cpp:313–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311}
312
313void Object::ReceiveObjectMessage(OBJECT_MSG::Type type, ...) {
314 va_list args;
315 va_start(args, type);
316 ReceiveObjectMessageVAList(type, args);
317 va_end(args);
318}
319
320void Object::ReceiveObjectMessageVAList(OBJECT_MSG::Type type, va_list args) {
321 switch (type) {

Callers 11

DrawMethod · 0.45
UpdateMethod · 0.45
UpdateTransformToolMethod · 0.45
DrawMethod · 0.45
SetTintFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected