ACTION_TYPE

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

功能:动作类型 说明:

功能:动作类型map 说明:

功能:map查询 说明:

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Is_valid

func Is_valid(t TYPE) bool

是否有效

Types

type Item

type Item struct {
	// contains filtered or unexported fields
}

type TYPE

type TYPE int
const (
	ERROR       TYPE = 0
	HIT         TYPE = 0x0001 //要牌
	DOUBLE_DOWN TYPE = 0x0002 //加倍叫停
	STAND       TYPE = 0x0004 //停牌
	SPLIT       TYPE = 0x0008 //分牌
	INSURANCE   TYPE = 0x0010 //保险
	SURRENDER   TYPE = 0x0020 //投降
	MIN         TYPE = HIT
	MAX         TYPE = SURRENDER
)

func (TYPE) String

func (t TYPE) String() string

文字描述

func (TYPE) String_eng

func (t TYPE) String_eng() string

func (TYPE) String_short

func (t TYPE) String_short() string

Jump to

Keyboard shortcuts

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