static int AddOffMeshLinks(IntPtr L) { LuaScriptMgr.CheckArgsCount(L, 0); NavMesh.AddOffMeshLinks(); return(0); }