2016-03-11 17:47:15 -05:00
|
|
|
api reference manual
|
|
|
|
====================
|
|
|
|
|
2019-05-21 19:17:31 -04:00
|
|
|
Browse the various function and classes :doc:`sol<../index>` utilizes to make your life easier when working with Lua.
|
2016-03-11 17:47:15 -05:00
|
|
|
|
|
|
|
|
|
|
|
.. toctree::
|
2019-05-21 19:17:31 -04:00
|
|
|
:caption: sol API
|
2016-03-11 17:47:15 -05:00
|
|
|
:name: apitoc
|
2016-08-23 21:42:27 -04:00
|
|
|
:maxdepth: 2
|
2016-03-11 17:47:15 -05:00
|
|
|
|
2016-09-19 23:37:00 -04:00
|
|
|
state
|
2017-05-09 13:24:56 -04:00
|
|
|
this_state
|
2019-05-21 19:17:31 -04:00
|
|
|
lua_value
|
2017-04-02 16:10:00 -04:00
|
|
|
reference
|
|
|
|
stack_reference
|
|
|
|
make_reference
|
2016-09-19 23:37:00 -04:00
|
|
|
table
|
2019-05-29 07:10:18 -04:00
|
|
|
table_traversal_keys
|
2017-04-02 16:10:00 -04:00
|
|
|
userdata
|
|
|
|
environment
|
2017-05-09 13:24:56 -04:00
|
|
|
this_environment
|
2016-09-19 23:37:00 -04:00
|
|
|
proxy
|
2017-08-11 03:24:17 -04:00
|
|
|
as_container
|
2017-03-30 14:14:31 -04:00
|
|
|
nested
|
2016-09-19 23:37:00 -04:00
|
|
|
as_table
|
|
|
|
usertype
|
|
|
|
usertype_memory
|
|
|
|
unique_usertype_traits
|
|
|
|
tie
|
2016-03-11 17:47:15 -05:00
|
|
|
function
|
|
|
|
protected_function
|
2016-09-19 23:37:00 -04:00
|
|
|
coroutine
|
2018-02-24 17:19:16 -05:00
|
|
|
yielding
|
2016-09-19 23:37:00 -04:00
|
|
|
error
|
2016-03-11 17:47:15 -05:00
|
|
|
object
|
2016-09-19 23:37:00 -04:00
|
|
|
thread
|
|
|
|
optional
|
|
|
|
variadic_args
|
2017-07-09 12:00:57 -04:00
|
|
|
variadic_results
|
2016-11-26 14:04:44 -05:00
|
|
|
as_args
|
2017-07-09 12:00:57 -04:00
|
|
|
as_returns
|
2016-03-11 17:47:15 -05:00
|
|
|
overload
|
2016-09-19 23:37:00 -04:00
|
|
|
property
|
|
|
|
var
|
2016-07-09 03:43:51 -04:00
|
|
|
protect
|
2019-05-21 03:57:10 -04:00
|
|
|
policies
|
2016-07-09 03:43:51 -04:00
|
|
|
readonly
|
2016-08-06 00:30:35 -04:00
|
|
|
as_function
|
2016-09-19 23:37:00 -04:00
|
|
|
c_call
|
|
|
|
resolve
|
2016-03-11 17:47:15 -05:00
|
|
|
stack
|
2016-06-19 17:59:40 -04:00
|
|
|
user
|
2016-09-19 23:37:00 -04:00
|
|
|
compatibility
|
|
|
|
types
|
|
|
|
metatable_key
|
2018-02-24 17:19:16 -05:00
|
|
|
new_table
|