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

Method ClearRight

src/PressedObject.cpp:82–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void CPressedObject::ClearRight()
83{
84 RightObject = nullptr;
85 RightGump = nullptr;
86 RightSerial = 0;
87}
88
89void CPressedObject::InitRight(CRenderObject *obj, CGump *gump)
90{

Callers 3

OnRightMouseButtonUpMethod · 0.80
~CGumpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected