MCPcopy Create free account
hub / github.com/DFHack/dfhack / is_prerelease

Function is_prerelease

library/DFHackVersion.cpp:68–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 bool is_prerelease()
69 {
70 #ifdef DFHACK_PRERELEASE
71 return true;
72 #else
73 return false;
74 #endif
75 }
76 }
77}

Callers 2

onStateChangeMethod · 0.85
saveMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected