Changes between Version 15 and Version 16 of Java Quagents Client


Ignore:
Timestamp:
Sep 4, 2011 4:12:23 PM (13 years ago)
Author:
jherwitz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Java Quagents Client

    v15 v16  
    5656==== Event ====
    5757
     58The event listener is triggered by in-game [[Events]]. These differ between GOD and Quagent connection, but generally relate to changes in the gamestate or significant in-game occurrences, such as Quagent death, players connecting or disconnecting, or the "say" command ([[sy]]). The functions are automatically triggered when an event is read, so the user must only define and attach the listener to receive events.
     59
    5860==== Command Termination ====
     61
     62The command termination listener has two forms - one attached to an individual command and one attached to an entity as a while. The termination listener is accessed when a command termination message has been read from the server. This does not guarantee successful completion, but the user may poll exit code and relevant data to determine this.
    5963
    6064== External (User-Level) Structure ==