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

Method Draw

src/Sprite.cpp:139–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139void CTextSprite::Draw(int x, int y, bool checktrans)
140{
141 if (Texture)
142 Texture->Draw(x, y, checktrans);
143}
144
145void CTextSprite::Draw_Tooltip(int x, int y, int width, int height)
146{

Callers 5

DrawGumpMethod · 0.45
DrawLandArtMethod · 0.45
DrawStaticArtMethod · 0.45
DrawLightMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected