MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / AddInfoMessage

Method AddInfoMessage

ogsr_engine/xrGame/UI.cpp:208–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208SDrawStaticStruct* CUI::AddInfoMessage(LPCSTR message)
209{
210 SDrawStaticStruct* ss = pUIGame->GetCustomStatic(message);
211 if (!ss)
212 {
213 ss = pUIGame->AddCustomStatic(message, true);
214 }
215 return ss;
216}
217
218void CUI::ShowGameIndicators() { m_bShowGameIndicators = true; }
219

Callers 2

FireStartMethod · 0.80
CanMoveMethod · 0.80

Calls 2

GetCustomStaticMethod · 0.80
AddCustomStaticMethod · 0.80

Tested by

no test coverage detected