MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / DrawStringProp

Method DrawStringProp

olcPixelGameEngine.h:4176–4179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4174 }
4175
4176 void PixelGameEngine::DrawStringProp(const olc::vi2d& pos, const std::string& sText, Pixel col, uint32_t scale)
4177 {
4178 DrawStringProp(pos.x, pos.y, sText, col, scale);
4179 }
4180
4181 void PixelGameEngine::DrawStringProp(int32_t x, int32_t y, const std::string& sText, Pixel col, uint32_t scale)
4182 {

Callers 1

DrawMethod · 0.80

Calls 2

GetPixelMethod · 0.80
SpriteMethod · 0.45

Tested by

no test coverage detected