/** * vim: set filetype=c : * * ============================================================================= * Dynamic Map Rotations * * Copyright 2008 Ryan Mannion. All Rights Reserved. * ============================================================================= * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ #if defined _dmr_included_ #endinput #endif #define _dmr_included_ /** * Return a DataPack containing a list of next maps. The first item in the * DataPack is a Cell specifying the number of Strings that follow, which * should always be the same as the parameter count. The subsequent elements in * the DataPack are Strings containing the actual map names. * * @param dp A DataPack to write the results to. * @param count The number of nextmaps to retrieve. * @noreturn */ native GetNextMaps(&Handle:dp, const count=0);