OnMapChange

From Soldat Community Wiki
Revision as of 11:02, 15 August 2012 by Freeman (talk | contribs) (Created page with "===From the Scripting Manual=== ''procedure OnMapChange(NewMap: string);'' '''Parameter Info:''' NewMap (String): Name of the new map that has been loaded. '''D...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

From the Scripting Manual

 procedure OnMapChange(NewMap: string);
 
 Parameter Info:
  NewMap (String): Name of the new map that has been loaded.
 
 Description:
  This procedure will be called every time the current map on the server changes.
  Note this event occurs AFTER the map has successfully loaded.
  NOTE: In 2.6.4, this will be called when the server first starts.

External Links