Firelight Technologies FMOD Studio API
Studio::CommandReplay::seekToTime
Seek to a given time in the command replay.
C++ Syntax
FMOD_RESULT Studio::CommandReplay::seekToTime(
float time
);
C Syntax
FMOD_RESULT FMOD_Studio_CommandReplay_SeekToTime(
FMOD_STUDIO_COMMANDREPLAY *commandreplay,
float time
);
C# Syntax
RESULT Studio.CommandReplay.seekToTime(
float time
);
JavaScript Syntax
CommandReplay.seekToTime(
time
);
Parameters
- time
- The time to seek to.
Return Values
If the function succeeds then the return value is FMOD_OK.
If the function fails then the return value will be one of the values defined in the FMOD_RESULT enumeration.
Remarks
This function sets the seek command to seek to by looking up the given time.
See Also
Version 1.10.03 Built on Feb 1, 2018