Documentation ¶ Index ¶ Constants type DecayType func String2DecayType(s string) (DecayType, bool) func (e DecayType) CommentString() string func (e DecayType) String() string Constants ¶ View Source const ( Decrease DecayType = iota // decrease affectrate as wing end Even // no change affectrate Increase // increase affectrate as wing end DecayType_Count int = iota ) Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type DecayType ¶ type DecayType uint8 func String2DecayType ¶ func String2DecayType(s string) (DecayType, bool) func (DecayType) CommentString ¶ func (e DecayType) CommentString() string func (DecayType) String ¶ func (e DecayType) String() string Source Files ¶ View all Source files decaytype_gen.go Click to show internal directories. Click to hide internal directories.