void CompileMap(string filename)
Forces the map VC to compile for a map. You give it the filename of the map, and then it looks for the .vc file of the same name (sans .map) to compile into the map.
CompileMap("mymap.map"); // Tries to compile mymap.vc and shove the code into mymap.map
There are no talkbacks on this documentation page yet. Post the first?
Doc Nav |
Your docs |