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

Method InitRight

src/PressedObject.cpp:89–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89void CPressedObject::InitRight(CRenderObject *obj, CGump *gump)
90{
91 RightObject = obj;
92 RightGump = gump;
93 RightSerial = (obj != nullptr ? obj->Serial : 0);
94}
95
96void CPressedObject::InitRight(const CSelectedObject &obj)
97{

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected