# HG changeset patch # User Steve Losh # Date 1458828226 0 # Node ID e0132bd24efec627266c1533ee61351220d6dc61 # Parent ef26a5dd830f04994bdf2012728173c4856c718f cl-ggp: Update site. diff -r ef26a5dd830f -r e0132bd24efe cl-ggp/reference/index.html --- a/cl-ggp/reference/index.html Wed Mar 23 23:00:35 2016 +0000 +++ b/cl-ggp/reference/index.html Thu Mar 24 14:03:46 2016 +0000 @@ -48,51 +48,60 @@

The base class for a GGP player. Custom players should extend this.

Slot NAME

The name of the player.

Slot PORT

The port the HTTP server should listen on.

Slot MATCH-ROLES

A list of the roles for the current match. Feel free to read and use this if you like. Do not modify this.

Slot START-CLOCK

The start clock for the current game. Do not touch this. Use the timeout value passed to your methods instead.

Slot PLAY-CLOCK

The play clock for the current game. Do not touch this. Use the timeout value passed to your methods instead.

Slot MESSAGE-START

The (internal-real) timestamp of when the current GGP message was received. Do not touch this. Use the timeout value passed to your methods instead.

Slot CURRENT-MATCH

The ID of the current match the player is playing, or nil if it is waiting. Do not touch this.

Slot SERVER

The Clack server object of the player. Do not touch this. Use start-player and kill-player to start/stop the server safely.

KILL-PLAYER (function)