Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BooleanVariable ¶
func BooleanVariable(index int) *archive.GameVariableInfo
BooleanVariable returns a variable info for boolean variables.
func DefaultGameState ¶
DefaultGameState returns a new instance of a game state that the engine creates for a standard game.
func IntegerVariable ¶
func IntegerVariable(index int) *archive.GameVariableInfo
IntegerVariable returns a variable info for integer variables.
Types ¶
type MissionVariables ¶
type MissionVariables struct{}
MissionVariables is a collector of mission-specific variable accessors.
func (MissionVariables) BooleanVariable ¶
func (vars MissionVariables) BooleanVariable(index int) archive.GameVariableInfo
BooleanVariable returns a variable info for given index.
func (MissionVariables) IntegerVariable ¶
func (vars MissionVariables) IntegerVariable(index int) archive.GameVariableInfo
IntegerVariable returns a variable info for given index.
Click to show internal directories.
Click to hide internal directories.