diff options
Diffstat (limited to '3rdparty/sol2/docs/source/api/userdata.rst')
-rw-r--r-- | 3rdparty/sol2/docs/source/api/userdata.rst | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/3rdparty/sol2/docs/source/api/userdata.rst b/3rdparty/sol2/docs/source/api/userdata.rst deleted file mode 100644 index 6bc64791552..00000000000 --- a/3rdparty/sol2/docs/source/api/userdata.rst +++ /dev/null @@ -1,13 +0,0 @@ -userdata -======== -reference to a userdata ------------------------ - -.. code-block:: cpp - :caption: (light\_)userdata reference - - class userdata : public reference; - - class light_userdata : public reference; - -These type is meant to hold a reference to a (light) userdata from Lua and make it easy to push an existing userdata onto the stack. It is essentially identical to :doc:`reference<reference>` in every way, just with a definitive C++ type. |