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

Function PlayOnAnimation

scripts/LEVEL15.cpp:1013–1013  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1011}
1012
1013void PlayOnAnimation(int obj) { aObjPlayAnim(GetMyObject(obj), 20, 40, 2.000000f, 0); }
1014
1015void PlayOffAnimation(int obj) { aObjPlayAnim(GetMyObject(obj), 0, 20, 2.000000f, 0); }
1016

Callers 7

aMatCenPuzzleSwitchAFunction · 0.85
aMatCenPuzzleSwitchBFunction · 0.85
aMatCenPuzzleSwitchCFunction · 0.85
aMatCenPuzzleSwitchDFunction · 0.85
aMatCenPuzzleSwitchEFunction · 0.85
aMatCenPuzzleSwitchFFunction · 0.85
aMatCenPuzzleSwitchGFunction · 0.85

Calls 2

aObjPlayAnimFunction · 0.85
GetMyObjectFunction · 0.85

Tested by

no test coverage detected