Example #1
0
 public static int GetRef(ScriptState luaState, int index)
 {
     return(ScriptApi.GetRef(luaState, index));
 }