Skip to content

Filename Constants

Filename Constants
1
2
3
4
5
6
// Contains the name of the AI script that was loaded.
extern const string cFilename;

// Contains the name of the random map the AI is currently playing on.
// If the AI is playing on a scenario, the value of this constant is "None".
extern const string cRandomMapName;