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

Method pop

engine/lua/src/cs/dmsdk/lua/lua.cs:62–65  ·  view source on GitHub ↗
(State* L, int n)

Source from the content-addressed store, hash-verified

60 */
61
62 public static void pop(State* L, int n)
63 {
64 settop(L, -(n)-1);
65 }
66
67 public static void newtable(State* L)
68 {

Callers 15

library_profile.jsFile · 0.45
get_argsFunction · 0.45
get_argsFunction · 0.45
csRunTestsLuaMethod · 0.45
hFunction · 0.45
PtFunction · 0.45
UeFunction · 0.45
$eFunction · 0.45
orFunction · 0.45
IrFunction · 0.45
KrFunction · 0.45
iuFunction · 0.45

Calls

no outgoing calls

Tested by 1

csRunTestsLuaMethod · 0.36