UFO: Alien Invasion
Loading...
Searching...
No Matches
sv_rma.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define RMA_HIGHEST_SUPPORTED_SEED   50

Functions

int SV_AssembleMap (const char *name, const char *assembly, char *asmMap, char *asmPos, char *entityString, const unsigned int seed, bool print)
int SV_AssembleMapAndTitle (const char *mapTheme, const char *assembly, char *asmTiles, char *asmPos, char *entityString, const unsigned int seed, bool print, char *asmTitle)
void SV_PrintAssemblyStats (const char *mapTheme, const char *asmName)

Macro Definition Documentation

◆ RMA_HIGHEST_SUPPORTED_SEED

#define RMA_HIGHEST_SUPPORTED_SEED   50

Definition at line 31 of file sv_rma.h.

Referenced by TEST_F().

Function Documentation

◆ SV_AssembleMap()

int SV_AssembleMap ( const char * name,
const char * assembly,
char * asmMap,
char * asmPos,
char * entityString,
const unsigned int seed,
bool print )

◆ SV_AssembleMapAndTitle()

int SV_AssembleMapAndTitle ( const char * mapTheme,
const char * assembly,
char * asmTiles,
char * asmPos,
char * entityString,
const unsigned int seed,
bool print,
char * asmTitle )

Definition at line 2220 of file sv_rma.cpp.

References MapInfo::getCurrentAssemblyTitle(), Mem_Free, MapInfo::numPlaced, and SV_AssembleMap_().

Referenced by SV_Map().

◆ SV_PrintAssemblyStats()