# Movie Add SubTitle (String)

Grammar — Add sub title title with duration duration at time timeStamp
FlagsNative | Action | Restricted

When recording a movie, this function add a subtitle to the movie event file, it will be used at the specified time stamp when the movie is played back. If “timeStamp” is -1, current recording time is used.

# Arguments

  • string — Title
  • int — Duration
  • int — TimeStamp

Returns — void

native void MovieAddSubTitle(
	string title,
	int duration,
	int timeStamp,
);

Category: Cinematics / Movie

# Examples

— None found —