Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AccessibilityModule ¶
type AccessibilityModule struct {
ThrowException bool // 是否抛出异常
ShowWarning bool // 是否显示警告信息
Debug bool // 是否开启调试模式(打印脚本堆栈信息)
}
func New ¶
func New() *AccessibilityModule
func (*AccessibilityModule) Inject ¶
func (m *AccessibilityModule) Inject(state *lua.LState)
func (*AccessibilityModule) IsAvailable ¶
func (m *AccessibilityModule) IsAvailable() bool
IsAvailable 返回模块是否可用
Click to show internal directories.
Click to hide internal directories.