MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / PPic_FindClose

Function PPic_FindClose

Descent3/PilotPicsAPI.cpp:367–370  ·  view source on GitHub ↗

---------------------------------------------------------- PPic_FindClose Purpose: Stops a PPic_FindFirst/PPic_FindNext session ----------------------------------------------------------

Source from the content-addressed store, hash-verified

365// Stops a PPic_FindFirst/PPic_FindNext session
366// ----------------------------------------------------------
367void PPic_FindClose(void) {
368 PilotPic_find_offset = 0;
369 PilotPic_find_name[0] = 0;
370}
371
372// ----------------------------------------------------------
373// PPic_GetPilot

Callers 1

ShowPilotPicDialogFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected