Black Ops III

GetNotetracksInDelta

Get a list of notetracks and times within a specific time delta of a specific time in an animation

Example:

notetrackArray = GetNotetracksInDelta( anim, 0.4 )

Parameters

ParameterSummary
*animationthe animation for which notetrack information is needed
*timeThe time in the animation around which notetrack information is needed in the range 0-1
[time_delta]The amount of time around the time provided to check for notetracks in seconds defaults to 0.15

* = mandatory