Skip to main content

MovieStudioParameterValueBetween

Callable

  • MovieStudioParameterValueBetween(Name: string, Param: string, FromValue: string, ToValue: string): boolean

  • Returns TRUE if a parameter value for an actor is between a from and a to value


    Parameters

    • Name: string

      The name of the actor

    • Param: string

      The parameter to get

    • FromValue: string

      From that value

    • ToValue: string

      To that value

    Returns boolean

    • TRUE if between