File tree Expand file tree Collapse file tree 1 file changed +150
-0
lines changed
Expand file tree Collapse file tree 1 file changed +150
-0
lines changed Original file line number Diff line number Diff line change 1+ LIBRARY "LuaMission.dll"
2+ EXPORTS
3+ GetMisnAPI
4+ luaL_addlstring
5+ luaL_addstring
6+ luaL_addvalue
7+ luaL_argerror
8+ luaL_buffinit
9+ luaL_buffinitsize
10+ luaL_callmeta
11+ luaL_checkany
12+ luaL_checkinteger
13+ luaL_checklstring
14+ luaL_checknumber
15+ luaL_checkoption
16+ luaL_checkstack
17+ luaL_checktype
18+ luaL_checkudata
19+ luaL_checkunsigned
20+ luaL_checkversion_
21+ luaL_error
22+ luaL_execresult
23+ luaL_fileresult
24+ luaL_getmetafield
25+ luaL_getsubtable
26+ luaL_gsub
27+ luaL_len
28+ luaL_loadbufferx
29+ luaL_loadfilex
30+ luaL_loadstring
31+ luaL_newmetatable
32+ luaL_newstate
33+ luaL_openlibs
34+ luaL_optinteger
35+ luaL_optlstring
36+ luaL_optnumber
37+ luaL_optunsigned
38+ luaL_prepbuffsize
39+ luaL_pushresult
40+ luaL_pushresultsize
41+ luaL_ref
42+ luaL_requiref
43+ luaL_setfuncs
44+ luaL_setmetatable
45+ luaL_testudata
46+ luaL_tolstring
47+ luaL_traceback
48+ luaL_unref
49+ luaL_where
50+ lua_absindex
51+ lua_arith
52+ lua_atpanic
53+ lua_callk
54+ lua_checkstack
55+ lua_close
56+ lua_compare
57+ lua_concat
58+ lua_copy
59+ lua_createtable
60+ lua_dump
61+ lua_error
62+ lua_gc
63+ lua_getallocf
64+ lua_getctx
65+ lua_getfield
66+ lua_getglobal
67+ lua_gethook
68+ lua_gethookcount
69+ lua_gethookmask
70+ lua_getinfo
71+ lua_getlocal
72+ lua_getmetatable
73+ lua_getstack
74+ lua_gettable
75+ lua_gettop
76+ lua_getupvalue
77+ lua_getuservalue
78+ lua_insert
79+ lua_iscfunction
80+ lua_isnumber
81+ lua_isstring
82+ lua_isuserdata
83+ lua_len
84+ lua_load
85+ lua_newstate
86+ lua_newthread
87+ lua_newuserdata
88+ lua_next
89+ lua_pcallk
90+ lua_pushboolean
91+ lua_pushcclosure
92+ lua_pushfstring
93+ lua_pushinteger
94+ lua_pushlightuserdata
95+ lua_pushlstring
96+ lua_pushnil
97+ lua_pushnumber
98+ lua_pushstring
99+ lua_pushthread
100+ lua_pushunsigned
101+ lua_pushvalue
102+ lua_pushvfstring
103+ lua_rawequal
104+ lua_rawget
105+ lua_rawgeti
106+ lua_rawgetp
107+ lua_rawlen
108+ lua_rawset
109+ lua_rawseti
110+ lua_rawsetp
111+ lua_remove
112+ lua_replace
113+ lua_resume
114+ lua_setallocf
115+ lua_setfield
116+ lua_setglobal
117+ lua_sethook
118+ lua_setlocal
119+ lua_setmetatable
120+ lua_settable
121+ lua_settop
122+ lua_setupvalue
123+ lua_setuservalue
124+ lua_status
125+ lua_toboolean
126+ lua_tocfunction
127+ lua_tointegerx
128+ lua_tolstring
129+ lua_tonumberx
130+ lua_topointer
131+ lua_tothread
132+ lua_tounsignedx
133+ lua_touserdata
134+ lua_type
135+ lua_typename
136+ lua_upvalueid
137+ lua_upvaluejoin
138+ lua_version
139+ lua_xmove
140+ lua_yieldk
141+ luaopen_base
142+ luaopen_bit32
143+ luaopen_coroutine
144+ luaopen_debug
145+ luaopen_io
146+ luaopen_math
147+ luaopen_os
148+ luaopen_package
149+ luaopen_string
150+ luaopen_table
You can’t perform that action at this time.
0 commit comments