Documentation
¶
Index ¶
- func ReadScript(fn string) (string, error)
- type Engine
- func (s *Engine) GetProperties(symbol string) (core.KWArgs, error)
- func (s *Engine) HasInterface(symbol string) bool
- func (e *Engine) HasSequence(sequenceId string) bool
- func (s *Engine) InvokeOperation(symbol, name string, args core.KWArgs) (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 core.KWArgs) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadScript ¶
Types ¶
type Engine ¶
func (*Engine) HasInterface ¶
func (*Engine) HasSequence ¶
func (*Engine) InvokeOperation ¶
func (*Engine) PlaySequence ¶
Click to show internal directories.
Click to hide internal directories.