MovieType Module
Functions for working with MovieType values.
Functions and values
| Function or value |
Description
|
Full Usage:
fromCode code
Parameters:
string
-
The two-digit code string.
Returns: MovieType
The corresponding MovieType, or CustomMovieType for unrecognized codes.
|
Creates a MovieType from a two-digit JV-Link code.
|
Full Usage:
isWorkoutType _arg1
Parameters:
MovieType
Returns: bool
True if this is a workout video type (codes starting with "1").
|
Determines if a MovieType is a workout (調教) video type.
|
|
Converts a MovieType to its two-digit JV-Link code.
|
Xanthos