Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ bwDrawText
Function
bwDrawText
bwapi/BWAPI/Source/Graphics.cpp:56–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
void bwDrawText(int x, int y, const char* ptext, BWAPI::CoordinateType::Enum ctype, char size)
57
{
58
convertCoordType(x, y, ctype);
59
BW::BWDATA::GameScreenBuffer.blitString(ptext, x, y, size);
60
}
Callers
1
drawShapes
Method · 0.85
Calls
2
convertCoordType
Function · 0.85
blitString
Method · 0.80
Tested by
no test coverage detected