Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1013
void PlayOnAnimation(int obj) { aObjPlayAnim(GetMyObject(obj), 20, 40, 2.000000f, 0); }
1014
1015
void PlayOffAnimation(int obj) { aObjPlayAnim(GetMyObject(obj), 0, 20, 2.000000f, 0); }
1016
Callers
7
aMatCenPuzzleSwitchA
Function · 0.85
aMatCenPuzzleSwitchB
Function · 0.85
aMatCenPuzzleSwitchC
Function · 0.85
aMatCenPuzzleSwitchD
Function · 0.85
aMatCenPuzzleSwitchE
Function · 0.85
aMatCenPuzzleSwitchF
Function · 0.85
aMatCenPuzzleSwitchG
Function · 0.85
Calls
2
aObjPlayAnim
Function · 0.85
GetMyObject
Function · 0.85
Tested by
no test coverage detected