lua.def 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. EXPORTS
  2. lua_tolstring
  3. lua_typename
  4. lua_pushfstring
  5. lua_pushvfstring
  6. lua_getlocal
  7. lua_getupvalue
  8. lua_setlocal
  9. lua_setupvalue
  10. lua_topointer
  11. lua_iscfunction
  12. lua_isnumber
  13. lua_isstring
  14. lua_isuserdata
  15. lua_toboolean
  16. lua_type
  17. lua_equal
  18. lua_lessthan
  19. lua_rawequal
  20. lua_checkstack
  21. lua_cpcall
  22. lua_error
  23. lua_getmetatable
  24. lua_gettop
  25. lua_load
  26. lua_next
  27. lua_pcall
  28. lua_pushthread
  29. lua_setfenv
  30. lua_setmetatable
  31. lua_resume
  32. lua_status
  33. lua_yield
  34. lua_dump
  35. lua_gc
  36. lua_gethook
  37. lua_gethookcount
  38. lua_gethookmask
  39. lua_getinfo
  40. lua_getstack
  41. lua_sethook
  42. lua_getallocf
  43. lua_tocfunction
  44. lua_atpanic
  45. lua_tointeger
  46. lua_tonumber
  47. lua_tothread
  48. lua_newstate
  49. lua_newthread
  50. lua_objlen
  51. lua_touserdata
  52. lua_close
  53. lua_call
  54. lua_concat
  55. lua_createtable
  56. lua_getfenv
  57. lua_getfield
  58. lua_gettable
  59. lua_insert
  60. lua_pushboolean
  61. lua_pushcclosure
  62. lua_pushinteger
  63. lua_pushlightuserdata
  64. lua_pushlstring
  65. lua_pushnil
  66. lua_pushnumber
  67. lua_pushstring
  68. lua_pushvalue
  69. lua_rawget
  70. lua_rawgeti
  71. lua_rawset
  72. lua_rawseti
  73. lua_remove
  74. lua_replace
  75. lua_setfield
  76. lua_settable
  77. lua_settop
  78. lua_xmove
  79. lua_newuserdata
  80. lua_setallocf
  81. luaL_prepbuffer
  82. luaL_checklstring
  83. luaL_findtable
  84. luaL_gsub
  85. luaL_optlstring
  86. luaL_newmetatable
  87. luaL_argerror
  88. luaL_callmeta
  89. luaL_checkoption
  90. luaL_error
  91. luaL_getmetafield
  92. luaL_loadbuffer
  93. luaL_loadfile
  94. luaL_loadstring
  95. luaL_ref
  96. luaL_typerror
  97. luaL_checkinteger
  98. luaL_optinteger
  99. luaL_checknumber
  100. luaL_optnumber
  101. luaL_newstate
  102. luaL_openlib
  103. luaL_addlstring
  104. luaL_addstring
  105. luaL_addvalue
  106. luaL_buffinit
  107. luaL_checkany
  108. luaL_checkstack
  109. luaL_checktype
  110. luaL_pushresult
  111. luaL_register
  112. luaL_unref
  113. luaL_where
  114. luaL_checkudata
  115. luaopen_base
  116. luaopen_debug
  117. luaopen_io
  118. luaopen_math
  119. luaopen_os
  120. luaopen_package
  121. luaopen_string
  122. luaopen_table
  123. luaL_openlibs
  124. luaU_dump
  125. luaM_toobig
  126. luaM_realloc_
  127. luaS_newlstr
  128. luaD_growstack
  129. luaF_newproto
  130. luaP_opmodes
  131. luaP_opnames