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. |
See Also
Section titled “See Also”- interface ILua
- namespace Stellar.Abstractions.Services