readonly static String Game.FileName
Gets the filename that the game is running from. This will usually be the name of the EXE file,
but could also be "ac2game.dat" if you are just running the game using ACWIN.EXE.
Example:
Display("The main game file is: %s", Game.FileName);
will display the game filename.
See Also: Game.Name
|