Documentation ¶
Index ¶
- func ReadScript(fn string) (string, error)
- type Engine
- func (s *Engine) GetProperties(symbol string) (map[string]any, error)
- func (s *Engine) HasInterface(symbol string) bool
- func (e *Engine) HasSequence(sequenceId string) bool
- func (s *Engine) InvokeOperation(symbol, name string, args map[string]any) (any, error)
- func (s *Engine) LoadScript(name string, script string) (any, error)
- func (s *Engine) PlayAllSequences() error
- func (e *Engine) PlaySequence(sequenceId string) error
- func (s *Engine) SetProperties(symbol string, props map[string]any) error
- func (e *Engine) StopAllSequences()
- func (e *Engine) StopSequence(sequenceId string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadScript ¶
Types ¶
type Engine ¶
func (*Engine) GetProperties ¶
func (*Engine) HasInterface ¶
func (*Engine) HasSequence ¶
func (*Engine) InvokeOperation ¶
func (*Engine) PlayAllSequences ¶ added in v0.8.0
func (*Engine) PlaySequence ¶
func (*Engine) SetProperties ¶
func (*Engine) StopAllSequences ¶ added in v0.8.0
func (e *Engine) StopAllSequences()
func (*Engine) StopSequence ¶ added in v0.8.0
Click to show internal directories.
Click to hide internal directories.