video_stop(id)

From ENIGMA
Jump to navigation Jump to search

Description

Stops the video and rewinds it to the beginning and the resumes the game all event processing.

Parameters

Parameter Data Type Description
id integer index of the video to stop

Return Values

void: This function does not return anything.

Example Call

// demonstrates stopping a video
video_stop(myvid);