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

Function aDestroyAllRobotsInit

scripts/DallasFuncs.cpp:4598–4598  ·  view source on GitHub ↗

$$ACTION Objects Destroy All Robots: Start aDestroyAllRobotsInit Initializes the "Destroy All Robots" DALLAS command sequence. Call this BEFORE doing any other of the "Destroy All Robots" commands. NOTE: It is VERY important that the entire command sequence happens all in the same action, and in proper order. $$END */

Source from the content-addressed store, hash-verified

4596$$END
4597*/
4598void aDestroyAllRobotsInit(void) { KillRobotList.clear(); }
4599
4600/*
4601$$ACTION

Callers 3

DoFrameMethod · 0.85
SetModeMethod · 0.85
CallEventMethod · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected