diff options
Diffstat (limited to '3rdparty/sol2/docs/source/tutorial/functions.rst')
-rw-r--r-- | 3rdparty/sol2/docs/source/tutorial/functions.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/sol2/docs/source/tutorial/functions.rst b/3rdparty/sol2/docs/source/tutorial/functions.rst index 2b2f0e3ba61..5fa8d823fd3 100644 --- a/3rdparty/sol2/docs/source/tutorial/functions.rst +++ b/3rdparty/sol2/docs/source/tutorial/functions.rst @@ -338,4 +338,4 @@ It can be used like so, inconjunction with ``sol::this_state``: } -This covers almost everything you need to know about Functions and how they interact with Sol. For some advanced tricks and neat things, check out :doc:`sol::this_state<../api/this_state>` and :doc:`sol::variadic_args<../api/variadic_args>`. The next stop in this tutorial is about :doc:`C++ types (usertypes) in Lua<cxx-in-lua>`!
\ No newline at end of file +This covers almost everything you need to know about Functions and how they interact with Sol. For some advanced tricks and neat things, check out :doc:`sol::this_state<../api/this_state>` and :doc:`sol::variadic_args<../api/variadic_args>`. The next stop in this tutorial is about :doc:`C++ types (usertypes) in Lua<cxx-in-lua>`! If you need a bit more information about functions in the C++ side and how to best utilize arguments from C++, see :ref:`this note<function-argument-handling>`.
\ No newline at end of file |