Documentation
¶
Index ¶
- func CheckExampleExportToLua3ToLua(L *lua.LState, index int) *example.ExportToLua3
- func CheckExampleMyStructToLua(L *lua.LState, index int) *example.MyStruct
- func GenUserDataExampleExportToLua3(L *lua.LState, exportToLua3 *example.ExportToLua3) *lua.LUserData
- func GenUserDataExampleMyStruct(L *lua.LState, myStruct *example.MyStruct) *lua.LUserData
- func PushExampleExportToLua3ToLua(L *lua.LState, exportToLua3 *example.ExportToLua3)
- func PushExampleMyStructToLua(L *lua.LState, myStruct *example.MyStruct)
- func RegisterExampleToLua(L *lua.LState) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterExampleToLua ¶
RegisterExampleToLua call this func register
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.