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

Function aDoorStop

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

$$ACTION Doors Stop door [d:Door] aDoorStop Stop door Stops the specified door if it's animating Parameters: Door: the object of the door to stop $$END */

Source from the content-addressed store, hash-verified

1781$$END
1782*/
1783void aDoorStop(int objhandle) {
1784 msafe_struct mstruct;
1785
1786 mstruct.objhandle = objhandle;
1787
1788 MSafe_CallFunction(MSAFE_DOOR_STOP, &mstruct);
1789}
1790
1791/*
1792$$ACTION

Callers 1

cMalfunctionRegionDoorsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected