GGSBoard class final
- Inheritance
- Implemented types
- Available extensions
Constructors
- GGSBoard()
Properties
-
address
→ Pointer<
T> -
Available on T, provided by the StructAddress extension
The memory address of the underlying data.no setter -
board
↔ Array<
Char> -
< current board
getter/setter pair
-
board_init
↔ Array<
Char> -
< initial board
getter/setter pair
-
clock
↔ Array<
GGSClock> -
< match clock
getter/setter pair
-
color
↔ Array<
Char> -
< color
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
id
↔ Pointer<
Char> -
< match request id
getter/setter pair
- is_join ↔ int
-
< join a new game ?
getter/setter pair
- is_update ↔ int
-
< update an existing game?
getter/setter pair
- komi ↔ double
-
< komi value
getter/setter pair
-
match_type
↔ Array<
GGSMatchType> -
< match type
getter/setter pair
- move ↔ int
-
< move
getter/setter pair
-
move_list
↔ Array<
Int> -
< list of played moves
getter/setter pair
- move_list_n ↔ int
-
< number of played moves
getter/setter pair
- move_no ↔ int
-
< move number
getter/setter pair
-
player
↔ Array<
GGSPlayer> -
< match players
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- turn ↔ int
-
< player on turn
getter/setter pair
- turn_init ↔ int
-
< first player
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited