-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Milestone
Description
Since 3.6.3, PlayVideo can take the flags as enum.
/// Plays a video file of any supported format.
import void PlayVideo(const string filename, VideoSkipStyle, VideoPlayStyle style);The enum is as follow
enum VideoPlayStyle
{
eVideoPlayDefault = 0,
eVideoPlayStretchToScreen = 1,
eVideoPlayNoAudio = 10,
eVideoPlayAudioAndDontMuteGame = 20
};
Need to adjust both StandardEnums and Multimedia entries.
https://github.com/adventuregamestudio/ags-manual-source/blob/master/StandardEnums.md