Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Variables

Functions

Object literals

Variables

d

d: IDebug

Const debug

debug: IDebugger = d("ClientEngine:Automation")

Functions

autoDestroy

  • autoDestroy(__namedParameters?: object): (Anonymous function)
  • 在所有玩家离开房间后自动销毁

    Parameters

    • Default value __namedParameters: object = {}
      • checkInterval: number

    Returns (Anonymous function)

    a Game decorator

watchRoomFull

  • watchRoomFull(): (Anonymous function)
  • 在房间满员时自动派发 AutomaticGameEvent.ROOM_FULL 事件

    Returns (Anonymous function)

    a Game decorator

Object literals

Const AutomaticGameEvent

AutomaticGameEvent: object

ROOM_FULL

ROOM_FULL: symbol = Symbol("Room Full")

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc