Skip to content
Version 2.11.0
↓ Get the launcher

ILua.ReadGlobalString method

Reads global key as a managed string via the tolua# stack API (LuaGetGlobal→LuaToString). Returns null when the global is absent or not string-convertible.

public string? ReadGlobalString(string key)
parameter description
key Global name.