Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionType ¶
type ActionType int
ActionType - Custom type for action types
const ( ActionTypeNone ActionType = iota // Starts at 0 ActionTypeGo // 1 ActionTypeMove // 2 ActionTypeLoot // 3 ActionTypeDescribe // 4 ActionTypeTake // 5 ActionTypeKick // 6 ActionTypeLock // 7 ActionTypeUnlock // 8 ActionTypeOpen // 9 ActionTypeLook // 10 ActionTypeClose // 11 ActionTypeBreak // 12 ActionTypeThrow // 13 ActionTypeDrop // 14 ActionTypeInventory // 15 ActionTypeBurn // 16 ActionTypeLight // 17 ActionTypeDamage // 18 ActionTypeHit // 19 ActionTypeAcquire // 20 )
func (ActionType) String ¶
func (a ActionType) String() string
type DirObjectType ¶
type DirObjectType int
DirObjectType - Custom type for direction object types
const ( DirObjectTypeNone DirObjectType = iota // Starts at 0 DirObjectTypeDoor // 1 DirObjectTypeWindow // 2 DirObjectTypeStairs // 3 DirObjectTypeLadder // 4 DirObjectTypePath // 5 DirObjectTypeTrail // 6 )
func (DirObjectType) String ¶
func (d DirObjectType) String() string
type DirectionType ¶
type DirectionType int
DirectionType - Custom type for direction types
const ( DirectionTypeNone DirectionType = iota // Starts at 0 DirectionTypeNorth // 1 DirectionTypeSouth // 2 DirectionTypeEast // 3 DirectionTypeWest // 4 DirectionTypeUp // 5 DirectionTypeDown // 6 DirectionTypeForward // 7 DirectionTypeBackward // 8 )
func (DirectionType) String ¶
func (d DirectionType) String() string
type MaterialType ¶
type MaterialType int
MaterialType - Custom type for material types
const ( MaterialTypeNone MaterialType = iota // Starts at 0 MaterialTypeWood // 1 MaterialTypeStone // 2 MaterialTypeIron // 3 MaterialTypeShit // 4 MaterialTypeIKEA // 5 MaterialTypeFlesh // 6 MaterialTypeDirt // 7 MaterialTypeMud // 8 MaterialTypeGlass // 9 )
func (MaterialType) String ¶
func (m MaterialType) String() string
type ObjectType ¶
type ObjectType int
ObjectType - Custom type for object types
const ( ObjectTypeNone ObjectType = iota // Starts at 0 ObjectTypeFootball // 1 ObjectTypeKey // 2 ObjectTypeKnife // 3 ObjectTypeBottle // 4 ObjectTypeStraw // 5 ObjectTypePetrol // 6 )
func (ObjectType) String ¶
func (o ObjectType) String() string
type TxtDefType ¶
type TxtDefType int
TxtDefType - Custom type for text definition types
const ( TxtDefTypeNone TxtDefType = iota // Starts at 0 TxtDefTypeDirObject // 1 TxtDefTypeDir // 2 TxtDefTypePlace // 3 TxtDefTypeObject // 4 TxtDefTypeAction // 5 )
func (TxtDefType) String ¶
func (t TxtDefType) String() string
Click to show internal directories.
Click to hide internal directories.