Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
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
1017
/*
1018
$$ACTION
Callers
2
aMatCenPuzzleInit
Function · 0.85
aMatCenPuzzleReset
Function · 0.85
Calls
2
aObjPlayAnim
Function · 0.85
GetMyObject
Function · 0.85
Tested by
no test coverage detected