mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
typo fix
This commit is contained in:
parent
82482bfe3e
commit
3ba03beeae
|
@ -450,7 +450,7 @@ multiple returns to lua
|
|||
result2 = lua["f"](100, 200, "BARK BARK BARK!");
|
||||
// result2 == { 100, 200, "BARK BARK BARK!" }
|
||||
|
||||
int a, int b;
|
||||
int a, b;
|
||||
std::string c;
|
||||
sol::tie( a, b, c ) = lua["f"](100, 200, "bark");
|
||||
// a == 100
|
||||
|
|
Loading…
Reference in New Issue
Block a user