MCPcopy Create free account
hub / github.com/defold/defold / pushstring

Method pushstring

engine/lua/src/cs/dmsdk/lua/lua_gen.cs:233–234  ·  view source on GitHub ↗

Generated from [ref:lua_pushstring]

(State * L, String s)

Source from the content-addressed store, hash-verified

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]

Callers 2

csRunTestsLuaMethod · 0.80
pushliteralMethod · 0.80

Calls

no outgoing calls

Tested by 1

csRunTestsLuaMethod · 0.64