MCPcopy Create free account
hub / github.com/assaultcube/AC / init

Method init

source/src/menus.cpp:753–759  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

751 }
752
753 virtual void init()
754 {
755 const char *p = valueexp;
756 char *r = executeret(p);
757 checked = (r && atoi(r) > 0);
758 if(r) delete[] r;
759 }
760
761 virtual void render(int x, int y, int w)
762 {

Callers

nothing calls this directly

Calls 1

executeretFunction · 0.85

Tested by

no test coverage detected