- info :
Object
Info object
- currentCycle :
integer
Current showing cycle
- isPlaying :
boolean
Is playing
- lastLoadedCycle :
integer
Last loaded cycle
- getScore
- showCycle
- lastCycle
Last cycle number.
- playingDelay
Playing delay.
- UIController(info)
- loadDataFromInfo(name, defaultValue) ⇒
*
- start()
Play logs
- pause()
Pause logs
- reset()
Reset player to #0 cycle
- setLoadedCycle(cycle)
Set cycle as loaded and controller updated.
- reloadControllPanel()
Update controll buttons status
- setCycle(cycle)
Show cycle
- nextCycle()
Show next cycle
- prevCycle()
Show previous cycle
Info object
Current showing cycle
Is playing
Last loaded cycle
Kind: global variable
Param | Type |
---|---|
cycle | integer |
Kind: global variable
Param | Type |
---|---|
cycle | integer |
Last cycle number.
Playing delay.
Kind: global function
Param | Type | Description |
---|---|---|
info | Object |
info object |
Team name
Kind: inner property of UIController
Map name
Kind: inner property of UIController
Kind: global function
Param | Type |
---|---|
name | string |
defaultValue | * |
Play logs
Pause logs
Reset player to #0 cycle
Set cycle as loaded and controller updated.
Kind: global function
Param | Type | Description |
---|---|---|
cycle | integer |
cycle number |
Update controll buttons status
Show cycle
Kind: global function
Param | Type |
---|---|
cycle | integer |
Show next cycle
Show previous cycle
Kind: global function