MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / SetOriginalRect

Method SetOriginalRect

ogsr_engine/xrGame/UICustomItem.cpp:172–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170Frect CUICustomItem::GetOriginalRect() const { return iOriginalRect; }
171
172void CUICustomItem::SetOriginalRect(float x, float y, float width, float height)
173{
174 iOriginalRect.set(x, y, x + width, y + height);
175 uFlags.set(flValidOriginalRect, TRUE);
176}
177
178void CUICustomItem::ResetHeadingPivot()
179{

Callers 15

create_defaultMethod · 0.45
InitInternalMethod · 0.45
LoadMethod · 0.45
DrawMethod · 0.45
InitTextureMethod · 0.45
ClearInfoMethod · 0.45
CreateDragItemMethod · 0.45
AddIconedPdaMessageMethod · 0.45
SetOriginalRectFunction · 0.45
InitMethod · 0.45
set_shaderMethod · 0.45
SetupMethod · 0.45

Calls 1

setMethod · 0.45

Tested by

no test coverage detected