vindinium-client ~master (2022-05-11T14:49:47.5879407)
Dub
Repo
VindiniumGame
vindinium
comms
Undocumented in source.
struct
VindiniumGame {
enum
Command
;
string
play_url
();
string
view_url
();
bool
finished
();
uint
turn
();
auto
state
();
void
send_command
(Command cmd);
}
Constructors
this
this
(HTTP conn, string key, string initial_game)
Undocumented in source.
Members
Enums
Command
enum
Command
Commands that the hero can be issued
Functions
finished
bool
finished
()
Undocumented in source. Be warned that the author may not have intended to support it.
play_url
string
play_url
()
Undocumented in source. Be warned that the author may not have intended to support it.
send_command
void
send_command
(Command cmd)
Undocumented in source.
state
auto
state
()
Undocumented in source. Be warned that the author may not have intended to support it.
turn
uint
turn
()
Undocumented in source. Be warned that the author may not have intended to support it.
view_url
string
view_url
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
vindinium
comms
enums
Flags
structs
Vindinium
VindiniumGame