MCPcopy Create free account
hub / github.com/crossuo/crossuo / InitLeft

Method InitLeft

src/PressedObject.cpp:68–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void CPressedObject::InitLeft(CRenderObject *obj, CGump *gump)
69{
70 LeftObject = obj;
71 LeftGump = gump;
72 LeftSerial = (obj != nullptr ? obj->Serial : 0);
73}
74
75void CPressedObject::InitLeft(const CSelectedObject &obj)
76{

Calls

no outgoing calls

Tested by

no test coverage detected