backIndex

Xelagot action script

Events: (3.1) CellContents

Refer to Events for general information on events, to Surveying, building... and the Lists and to Filters and searching for objects, the Res buffer, (3.1) the Cell buffer.

CellContents is triggered when in a 3.1 world (world server 28 of higher) after a GetCellAt @a has been issued. The bot need not be querying to do this, and this does not interfere with an ongoing query. The result, the contents of the cell at the specified @a location, is stored in the Cell buffer, where it can be manipulated.

Triggered by: GetCellAt @a

Installer: OnCellContentsEvent <eventlabel>
Event type: 2500

Specific statements (must be inside this event handler):

GetEventType %a stores the event type code in variable %a
GetEventResult %a stores the event result code in variable %a. 0 means success, other positive codes are equivalent to the rc codes of the SDK and the Windows codes. See SDK Error Codes.

Related statements can be found in Filters and searching for objects, the Res buffer, (3.1) the Cell buffer.



backIndex