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 (e *Engine) PlaySequence(sequenceId string)
- func (s *Engine) SetProperties(symbol string, props map[string]any) error
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) PlaySequence ¶
Click to show internal directories.
Click to hide internal directories.