LuaOpaqueValue constructor

LuaOpaqueValue(
  1. int type,
  2. String name,
  3. int index
)

Implementation

LuaOpaqueValue(this.type, this.name, this.index);