mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
[ci skip] fix docs
This commit is contained in:
parent
2393d0bcfd
commit
acee4dbbc9
|
@ -131,7 +131,7 @@ You can set/get everything.
|
||||||
lua["a_function"] = [](){ return 100; };
|
lua["a_function"] = [](){ return 100; };
|
||||||
|
|
||||||
// make a table
|
// make a table
|
||||||
lua["some_table"] = lua.create_table_wth("value", 24);
|
lua["some_table"] = lua.create_table_with("value", 24);
|
||||||
|
|
||||||
|
|
||||||
Equivalent to loading a lua file with:
|
Equivalent to loading a lua file with:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user