Documentation
¶
Index ¶
- func CheckExample1ExportToLua1ToLua(L *lua.LState, index int) *example1.ExportToLua1
- func CheckExample1MyStructToLua(L *lua.LState, index int) *example1.MyStruct
- func GenUserDataExample1ExportToLua1(L *lua.LState, exportToLua1 *example1.ExportToLua1) *lua.LUserData
- func GenUserDataExample1MyStruct(L *lua.LState, myStruct *example1.MyStruct) *lua.LUserData
- func PushExample1ExportToLua1ToLua(L *lua.LState, exportToLua1 *example1.ExportToLua1)
- func PushExample1MyStructToLua(L *lua.LState, myStruct *example1.MyStruct)
- func RegisterExampleToLua(L *lua.LState) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckExample1ExportToLua1ToLua ¶
func CheckExample1ExportToLua1ToLua(L *lua.LState, index int) *example1.ExportToLua1
func PushExample1ExportToLua1ToLua ¶
func PushExample1ExportToLua1ToLua(L *lua.LState, exportToLua1 *example1.ExportToLua1)
func RegisterExampleToLua ¶
RegisterExampleToLua call this func register
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.