Events¶
- Table of contents
- Events
- Event Listing
- Example Event Usage
Event Listing¶
Inventory Related¶
Movement Related¶
Login/Logout Related¶
Crafting Related¶
Pawn Related¶
- VG_OnPawnDespawned(string ID, string Name)
- Note the uppercase O on the above two, but the lowercase o on the next two
Input Related¶
- VG_OnIncomingCombatText(string Text, int Type)
- Note the uppercase O on the above two, but the lowercase o on the next one
- VG_OnIncomingCombatText(string Text, int Type)
Group Related¶
Diplomacy Related¶
- VG_onParlaySuccess() (you won)
- VG_onParlayLost() (you lost)
- VG_onParlayEnd() (you ended prematurely)
Trade Related¶
Market Related¶
Example Event Usage¶