forked from RainbowMage/OverlayPlugin
-
Notifications
You must be signed in to change notification settings - Fork 38
Additional Javascript API Reference
Kuriyama hibiya edited this page Aug 15, 2017
·
11 revisions
for full documentation, please go to RainbowMage's Original Wiki.
Added on 0.3.3.12
Ends/splits current encounter, and save it.
This invokes ActGlobals.oFormActMain.EndCombat(true)
.
- Parameters
- Nothing.
- Returns
- Nothing.
0.3.3.14-, LogParse only
This event occurs every time when raw logline received from FFXIV_ACT_Plugin.
0.3.3.13-14, MiniParse Only
This event occurs when you used in-game echo (/e message
), and ACT-FFXIV Plugin correctly configured.
More type
s are planned like 'moveZone'.
document.addEventListener('onLogLine', function(event) {
if(event.detail.isImported) return
if(event.detail.type === 'echo') {
console.log('You mumbled:', event.detail.message)
}
})
-0.3.3.13, removed
Changes with onOverlayDataUpdate
event's data.