I cannot into writing.

This commit is contained in:
ThePhD 2016-03-15 13:01:02 -04:00
parent f43adf9a3d
commit dd977a40d1

View File

@ -52,7 +52,7 @@ You then use it just like you would for any other part of the api:
// regular function
"is_cute", &pup::is_cute,
// overloaded function
"bark", sol::overloaded( &pup::bark, &ultra_bark )
"bark", sol::overloaded( &pup::bark, &picky_bark )
);
Thusly, doing the following in Lua: