MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / SF

Function SF

TombEngine/Renderer/RendererDrawMenu.cpp:69–69  ·  view source on GitHub ↗

Helper functions to construct string flags

Source from the content-addressed store, hash-verified

67
68 // Helper functions to construct string flags
69 inline int SF(bool selected = false) { return (int)PrintStringFlags::Outline | (selected ? (int)PrintStringFlags::Blink : 0); }
70 inline int SF_Center(bool selected = false) { return (int)PrintStringFlags::Outline | (int)PrintStringFlags::Center | (selected ? (int)PrintStringFlags::Blink : 0); }
71
72 // Helper functions to get specific generic strings

Callers 5

RenderOptionsMenuMethod · 0.85
RenderTitleMenuMethod · 0.85
RenderLoadSaveMenuMethod · 0.85
DrawStatisticsMethod · 0.85
DrawDisplayPickupMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected