Documentation
¶
Overview ¶
Package onscripterror
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Fail = OnScriptError{"fail"} Continue = OnScriptError{"continue"} )
Functions ¶
This section is empty.
Types ¶
type OnScriptError ¶
type OnScriptError struct {
Name string
}
func (OnScriptError) MarshalText ¶
func (o OnScriptError) MarshalText() (text []byte, err error)
func (OnScriptError) String ¶
func (o OnScriptError) String() string
func (*OnScriptError) UnmarshalText ¶
func (o *OnScriptError) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.