types

package
v0.0.0-...-cc0a63e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 30, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bool

type Bool struct {
	Key   string
	Value bool
}

func NewBool

func NewBool(key string, value bool) *Bool

func (*Bool) GetKey

func (b *Bool) GetKey() string

func (*Bool) GetValue

func (b *Bool) GetValue() lua.LValue

type Number

type Number struct {
	Key   string
	Value float64
}

func NewNumber

func NewNumber(key string, value float64) *Number

func (*Number) GetKey

func (n *Number) GetKey() string

func (*Number) GetValue

func (n *Number) GetValue() lua.LValue

type String

type String struct {
	Key, Value string
}

func NewString

func NewString(key, value string) *String

func (*String) GetKey

func (s *String) GetKey() string

func (*String) GetValue

func (s *String) GetValue() lua.LValue

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL