Versions in this module Expand all Collapse all v1 v1.1.1 Jan 24, 2017 v1.1.0 Jan 13, 2017 Changes in this version + var ErrBadConv = errors.New("Conversion to required type not possible for this value.") + var ErrCantConv = errors.New("Conversion to given type not implemented.") + var ErrCantSet = errors.New("Cannot set given value.") + func LValueToRValue(l *lua.State, dest reflect.Value, src int) error + func New(l *lua.State, obj interface{}) + func RValueToLValue(l *lua.State, src reflect.Value)