MCPcopy Create free account
hub / github.com/Norbyte/ositools / DummyType

Class DummyType

OsiInterface/Functions/CustomStatFunctions.cpp:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 void ProcessCustomStatsMessage(eocnet::Message * msg)
58 {
59 struct DummyType
60 {
61 uint16_t unkn1;
62 uint16_t unkn2;
63 };
64
65 DummyType dummy1;
66 dummy1.unkn2 = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected