Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ isValid
Method
isValid
bwapi/BWAPI/Source/BW/Font.cpp:6–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
namespace BW
5
{
6
bool Font::isValid() const
7
{
8
return this != nullptr;
9
}
10
11
FontChar *Font::getChar(char c) const
12
{
Callers
15
getChar
Method · 0.95
getTextWidth
Method · 0.95
getTextHeight
Method · 0.95
maxWidth
Method · 0.95
maxHeight
Method · 0.95
DrawHook
Function · 0.45
onGameStart
Method · 0.45
getUnitsInRectangle
Method · 0.45
getClosestUnitInRectangle
Method · 0.45
getBestUnit
Method · 0.45
updateData
Method · 0.45
width
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected