MCPcopy Create free account
hub / github.com/TurningWheel/Barony / propertyPageCursorFlash

Function propertyPageCursorFlash

src/editor.cpp:10379–10385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10377}
10378
10379void propertyPageCursorFlash(int rowSpacing)
10380{
10381 if ( (ticks - cursorflash) % TICKS_PER_SECOND < TICKS_PER_SECOND / 2 )
10382 {
10383 printText(font8x8_bmp, subx1 + 8 + strlen(spriteProperties[editproperty]) * 8, suby1 + 44 + editproperty * rowSpacing, "\26");
10384 }
10385}
10386
10387void reselectEntityGroup()
10388{

Callers 1

mainFunction · 0.85

Calls 1

printTextFunction · 0.85

Tested by

no test coverage detected