Difference between revisions of "CurrentMap"

From Soldat Community Wiki
Jump to: navigation, search
(Created page with "===From the Scripting Manual=== '''Data Type:''' String '''Description:''' Current map being played on the server. ==External Links== * [http://enesce.com/help/index...")
 
 
Line 5: Line 5:
 
   Current map being played on the server.
 
   Current map being played on the server.
  
==External Links==
+
==See also==
* [http://enesce.com/help/index.html?Variables/CurrentMap.html Scripting Manual page for CurrentMap]
+
* [[NextMap]]
 +
* [[OnMapChange]]
  
 
[[Category:Server Scripting]][[Category:Server Scripting Variables]]
 
[[Category:Server Scripting]][[Category:Server Scripting Variables]]

Latest revision as of 10:54, 13 March 2013

From the Scripting Manual

 Data Type: String
 
 Description:
 Current map being played on the server.

See also