Skip to main content

MovieStudioParameterValueBetween

Callable

  • MovieStudioParameterValueBetween(Name, Param, FromValue, ToValue): 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