public uint GetAllMaps(ushort pid, MapArray maps) { return(Global_GetAllMaps(pid, (IntPtr)maps)); }
public virtual uint GetMaps(MapArray maps) { return(Location_GetMaps(thisptr, (IntPtr)maps)); }