Class Event

Object
   |
   +--Event

class Event

Defined in Event.js


Field Summary
 Message message
          If this event is in response to a message received, this variable will point to an object containing the contents of the message.
 Player player
          The Player that caused this event.
 Object target
          This object points to the target of the event.
 
Constructor Summary
Event ()
           
 

Field Detail

message

Message message

player

Player player

target

Object target

Constructor Detail

Event

Event()