Back to main index |
Attributes in [Head] section:
Type: 16
Allowed Mode: 0 (try once), 1 (try until success)
Allowed Blocking: 0 (non blocking), 1 (blocking)
Attributes in [SwitchMap] section:
MapName: Filename of the map
Note: To get the filenames of the avaiable maps use the RC "get system information".
Example .in file: This request switches the map.
[Head] Type=16 Mode=1 Blocking=0 [SwitchMap] MapName=DEU_111 |
Attributes in [SwitchMap] section:
SwitchMapResult | Description |
---|---|
-3 | error while switching map |
-2 | current map is in use |
-1 | specified map not found |
1 | map switched successfully |
Sample .out file: Resulting .out file from the above .in file example
[Head] Type=16 TypeDesc=switch map Mode=0 ModeDesc=try once Blocking=0 BlockingDesc=not blocking Timestamp=11120113 Id=11120088 Result=2 ResultDesc=success and request deleted ExecuteDuration=29451 [SwitchMap] MapName=DEU_111 SwitchMapResult=1 SwitchMapResultDescription=map switched successfully CurrentMapName=DEU_111(Deutschland City) CurrentMapDate=06/2005 CurrentMapVersion=3.3/3 AvailableMaps=DEU_111(Deutschland City) |
Back to main index | Top of page |