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