MCPcopy Index your code
hub / github.com/NetHack/NetHack / launch_in_progress

Function launch_in_progress

src/trap.c:3235–3241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3233}
3234
3235boolean
3236launch_in_progress(void)
3237{
3238 if (gl.launchplace.obj)
3239 return TRUE;
3240 return FALSE;
3241}
3242
3243void
3244force_launch_placement(void)

Callers 1

really_doneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected