Client

show

Usage

bridge.progressbar.show(data, finish, cancel)
  • data: object

    • duration: number

    • title: string

    • useWhileDead(optional): boolean

    • canCancel(optional): boolean

    • animation(optional): object

      • dict: string

      • anim: string

      • flag: number

    • disable(optional): object

      • move(optional): boolean

      • car(optional): boolean

      • combat(optional): boolean

      • mouse(optional): boolean

      • sprint(optional): boolean

  • finish: function

  • cancel: function

Example

isActive

Usage

Example

  • return: boolean

cancel

Usage

Example

Last updated