MCPcopy Create free account
hub / github.com/ddnet/ddnet / ShowHelp

Method ShowHelp

src/game/editor/editor.cpp:6281–6288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6279}
6280
6281void CEditor::ShowHelp()
6282{
6283 const char *pLink = Localize("https://wiki.ddnet.org/wiki/Mapping");
6284 if(!Client()->ViewLink(pLink))
6285 {
6286 ShowFileDialogError("Failed to open the link '%s' in the default web browser.", pLink);
6287 }
6288}
6289
6290void CEditor::Render()
6291{

Callers

nothing calls this directly

Calls 3

LocalizeFunction · 0.85
ViewLinkMethod · 0.80
ClientFunction · 0.70

Tested by

no test coverage detected