Generated from [ref:lua_pushstring]
(State * L, String s)
| 231 | /// Generated from [ref:lua_pushstring] |
| 232 | /// </summary> |
| 233 | [DllImport("luajit-5.1", EntryPoint="lua_pushstring", CallingConvention = CallingConvention.Cdecl)] |
| 234 | public static extern void pushstring(State * L, String s); |
| 235 | |
| 236 | /// <summary> |
| 237 | /// Generated from [ref:lua_pushfstring] |
no outgoing calls