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

Function aDoorActivate

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

$$ACTION Doors Activate door [d:Door] aDoorActivate Activate door Activates (i.e. opens and possibly closes) the specified door Parameters: Door: the object of the door to be activated $$END */

Source from the content-addressed store, hash-verified

1739$$END
1740*/
1741void aDoorActivate(int objref) {
1742 msafe_struct mstruct;
1743
1744 mstruct.objhandle = objref;
1745
1746 MSafe_CallFunction(MSAFE_DOOR_ACTIVATE, &mstruct);
1747}
1748
1749/*
1750$$ACTION

Callers 9

cMalfunctionRegionDoorsFunction · 0.85
CallEventMethod · 0.85
CallEventMethod · 0.85
CallEventMethod · 0.85
CallEventMethod · 0.85
CallEventMethod · 0.85
CallEventMethod · 0.85
CallEventMethod · 0.85
CallEventMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected