Documentation
¶
Index ¶
- func CreateHostModule()
- type HostArray
- type HostImpl
- func (h *HostImpl) GetInt(objId int32, keyId int32) int32
- func (h *HostImpl) GetKey(key string) int32
- func (h *HostImpl) GetLength(objId int32) int32
- func (h *HostImpl) GetObject(objId int32, keyId int32, typeId int32) int32
- func (h *HostImpl) GetString(objId int32, keyId int32) string
- func (h *HostImpl) HasError() bool
- func (h *HostImpl) Log(level int, text string)
- func (h *HostImpl) Random() int32
- func (h *HostImpl) SetError(text string)
- func (h *HostImpl) SetInt(objId int32, keyId int32, value int32)
- func (h *HostImpl) SetString(objId int32, keyId int32, value string)
- type HostMap
- type HostObject
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateHostModule ¶ added in v0.0.9
func CreateHostModule()
Types ¶
type HostImpl ¶ added in v0.0.12
type HostImpl struct {
// contains filtered or unexported fields
}
func NewHostImpl ¶ added in v0.0.12
Click to show internal directories.
Click to hide internal directories.