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

Function ObjectRemove

scripts/AIGame.cpp:10820–10825  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10818}
10819
10820void ObjectRemove(int object) {
10821 msafe_struct ms;
10822 ms.objhandle = object;
10823 ms.playsound = 0;
10824 MSafe_CallFunction(MSAFE_OBJECT_REMOVE, &ms);
10825}
10826
10827//------------------
10828// Bouncing Betty class

Callers 2

CallEventMethod · 0.85
DoIntervalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected