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

Method pushliteral

engine/lua/src/cs/dmsdk/lua/lua.cs:117–120  ·  view source on GitHub ↗
(State* L, string s)

Source from the content-addressed store, hash-verified

115 }
116
117 public static void pushliteral(State* L, string s)
118 {
119 Lua.pushstring(L, s);
120 }
121
122 public static void setglobal(State* L, string s)
123 {

Callers

nothing calls this directly

Calls 1

pushstringMethod · 0.80

Tested by

no test coverage detected