Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreatePlayerSystem ¶
func CreatePlayerSystem(world cardinal.WorldContext) error
CreatePlayerSystem creates a new player bases on the "CreatePlayerMsg" transaction.
Types ¶
type TokeniserSystem ¶
type TokeniserSystem struct {
// contains filtered or unexported fields
}
TokeniserSystem structure
func NewTokeniserSystem ¶
func NewTokeniserSystem() *TokeniserSystem
NewTokeniserSystem creates a new instance of TokeniserSystem and initializes lookup tables
func (*TokeniserSystem) FishTokens ¶
func (ts *TokeniserSystem) FishTokens(tokens []string) component.VerbData
FishTokens processes the tokenized command and returns VerbData
Click to show internal directories.
Click to hide internal directories.