Difference between revisions of "TOnAfterMapChangeEvent"

From Soldat Community Wiki
Jump to: navigation, search
(new page)
 
m
 
Line 3: Line 3:
  
 
==Declaration==
 
==Declaration==
   procedure (Next: string)
+
   procedure (NewMap: string)
   Next: name of the map that is about to be loaded
+
   NewMap: name of the map that has been loaded
  
 
[[Category:Types]]
 
[[Category:Types]]

Latest revision as of 00:49, 20 September 2018

Description

Type used by TMap.OnAfterMapChange as an event handler type.

Declaration

 procedure (NewMap: string)
  NewMap: name of the map that has been loaded