Struct LuaState
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FFXIVClientStructs.FFXIV.Common.Lua
Assembly: FFXIVClientStructs.dll
Syntax
public struct LuaState
Fields
| Improve this Doc View SourceState
Declaration
public lua_State*State
Field Value
| Type | Description |
|---|---|
| lua_State* |
Methods
| Improve this Doc View SourceDoString(String, String)
Declaration
public string[] DoString(string code, string name = "?")
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | code | |
| System.String | name |
Returns
| Type | Description |
|---|---|
| System.String[] |