Call of Duty Script Documentation
animhasnotetrack(<animation>, <note track>)
ModuleAnimation
Summary
queries the given animation for a note track
Example
if ( isDefined(facialanim) && animhasnotetrack(facialanim, "dialogue"))...
Minimum Number of arguments: 2
1 : <animation> an animation
2 : <note track> a constant string with the name of the note track
Number of optional arguments: 0
Return to Function List