clistat

package
v0.0.0-...-c7e3676 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 23, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Clistat

type Clistat int

Clistat - Client state. NNGSサーバーでゲームをしているクライアントの状態遷移。

const (
	// None - 開始。
	None Clistat = iota
	// EnteredMyName - 自分のアカウント名を入力しました
	EnteredMyName
	// EnteredMyPasswordAndIAmWaitingToBePrompted - 自分のパスワードを入力し、そしてプロンプトを待っています
	EnteredMyPasswordAndIAmWaitingToBePrompted
	// EnteredClientMode - 簡易表示モードに設定しました
	EnteredClientMode
	// WaitingInInfo - 対局が申し込まれるのを '1 5 Waiting' (ロビー相当)で待ちます
	WaitingInInfo
	// BlockingReceiver - 申し込まれた方はブロック中です。
	BlockingReceiver
	// BlockingSender - 申し込んだ方はブロック中です。
	BlockingSender
)

state

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL