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

Function PlayOffAnimation

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

Source from the content-addressed store, hash-verified

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
1017/*
1018$$ACTION

Callers 2

aMatCenPuzzleInitFunction · 0.85
aMatCenPuzzleResetFunction · 0.85

Calls 2

aObjPlayAnimFunction · 0.85
GetMyObjectFunction · 0.85

Tested by

no test coverage detected