mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
cf76f6baa0
Slight breaking change, but at the source level almost nothing changes (ipairs is the only thing that changes because for some reason it checks if what is passed is a table and that really doesn't make any fucking sense) Closes #195 Closes #196
46 lines
672 B
ReStructuredText
46 lines
672 B
ReStructuredText
api reference manual
|
|
====================
|
|
|
|
Browse the various function and classes :doc:`Sol<../index>` utilizes to make your life easier when working with Lua.
|
|
|
|
|
|
.. toctree::
|
|
:caption: Sol API
|
|
:name: apitoc
|
|
:maxdepth: 2
|
|
|
|
compatibility
|
|
coroutine
|
|
c_call
|
|
error
|
|
function
|
|
protected_function
|
|
object
|
|
reference
|
|
stack_reference
|
|
make_reference
|
|
overload
|
|
protect
|
|
readonly
|
|
var
|
|
resolve
|
|
as_function
|
|
property
|
|
proxy
|
|
stack
|
|
optional
|
|
state
|
|
table
|
|
metatable_key
|
|
this_state
|
|
thread
|
|
tie
|
|
types
|
|
user
|
|
usertype
|
|
simple_usertype
|
|
userdata
|
|
usertype_memory
|
|
unique_usertype_traits
|
|
variadic_args
|