<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://cmm.ozdeadmeat.com/index.php?action=history&amp;feed=atom&amp;title=OutPictureForGroup</id>
	<title>OutPictureForGroup - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://cmm.ozdeadmeat.com/index.php?action=history&amp;feed=atom&amp;title=OutPictureForGroup"/>
	<link rel="alternate" type="text/html" href="https://cmm.ozdeadmeat.com/index.php?title=OutPictureForGroup&amp;action=history"/>
	<updated>2026-07-21T08:38:40Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>https://cmm.ozdeadmeat.com/index.php?title=OutPictureForGroup&amp;diff=6168&amp;oldid=prev</id>
		<title>Ozdeadmeat: outPictureForGroup – created via PowerShell script (2026-06-24T22:26:39Z)</title>
		<link rel="alternate" type="text/html" href="https://cmm.ozdeadmeat.com/index.php?title=OutPictureForGroup&amp;diff=6168&amp;oldid=prev"/>
		<updated>2026-06-24T12:26:37Z</updated>

		<summary type="html">&lt;p&gt;outPictureForGroup – created via PowerShell script (2026-06-24T22:26:39Z)&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw-interface=&quot;&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en-GB&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 12:26, 24 June 2026&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l1&quot;&gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;{{Template:FunctionInfo|fName=          outPictureForGroup|fDescription=   Shows an image on the screen of a specific Group (identified by its GroupID).|parentFile=     cmm.DCSFunctions.lua|syntax=         CMM.outPictureForGroup(&amp;lt;string&amp;gt;, &amp;lt;string&amp;gt;, &amp;lt;number|nil&amp;gt;, &amp;lt;boolean|nil&amp;gt;, &amp;lt;number|nil&amp;gt;, &amp;lt;number|nil&amp;gt;, &amp;lt;number|nil&amp;gt;, &amp;lt;number|nil&amp;gt;, &amp;lt;number|nil&amp;gt;)|return=         nil|returnDesc=     The function performs a side‑effect only and returns nothing.|example=        CMM.outPictureForGroup(&quot;group_42&quot;, &quot;target.png&quot;, 20, true, 0, 1, 1, 80)|exampleDesc=    Displays &quot;target.png&quot; for 20 s on group #42’s screen, clearing any other images first|related=        |note=           FILENAMES NEED TO BE IN THE mapResource file under l10n\DEFAULT in the mission file|envType= CMM|par1=         string GroupID|reqType1=     string|reqName1=     GroupID|desc1=       The Group.getID() of the target group (e.g., &quot;group_42&quot;).|par2=         string fileName|reqType2=     string|reqName2=     fileName|desc2=       Name of the image file located in l10n\DEFAULT of the mission.|par3=         number or nil durationSeconds|optType3=     number or nil|optName3=     durationSeconds|desc3=       How long, in seconds, the picture remains visible.  If omitted or nil, it stays until cleared by another call.|par4=         boolean or nil clearView|optType4=     boolean or nil|optName4=     clearView|desc4=       When true, removes all other images currently displayed for that group before showing this one.|par5=         number or nil startDelay|optType5=     number or nil|optName5=     startDelay|desc5=       Seconds to wait after calling before the image appears (useful for sequencing).|par6=         number or nil: horizontalAlign|optType6=     number or nil:|optName6=     horizontalAlign|desc6=       0 = left, 1 = center, 2 = right.  Defaults to 1 (center).|par7=         number or nil verticalAlign|optType7=     number or nil|optName7=     verticalAlign|desc7=       0 = top, 1 = middle, 2 = bottom.  Defaults to &lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;1 &lt;/del&gt;(&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;middle&lt;/del&gt;).|par8=         number or nil size|optType8=     number or nil|optName8=     size|desc8=       Scale factor relative to screen width; 100 makes the image fill the screen.  Default is 100.|par9=         number or nil sizeUnits|optType9=     number or nil|optName9=     sizeUnits|desc9=       Units for the size parameter (normally leave as 1).}}&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;{{Template:FunctionInfo|fName=          outPictureForGroup|fDescription=   Shows an image on the screen of a specific Group (identified by its GroupID).|parentFile=     cmm.DCSFunctions.lua|syntax=         CMM.outPictureForGroup(&amp;lt;string&amp;gt;, &amp;lt;string&amp;gt;, &amp;lt;number|nil&amp;gt;, &amp;lt;boolean|nil&amp;gt;, &amp;lt;number|nil&amp;gt;, &amp;lt;number|nil&amp;gt;, &amp;lt;number|nil&amp;gt;, &amp;lt;number|nil&amp;gt;, &amp;lt;number|nil&amp;gt;)|return=         nil|returnDesc=     The function performs a side‑effect only and returns nothing.|example=        CMM.outPictureForGroup(&quot;group_42&quot;, &quot;target.png&quot;, 20, true, 0, 1, 1, 80)|exampleDesc=    Displays &quot;target.png&quot; for 20 s on group #42’s screen, clearing any other images first|related=        |note=           FILENAMES NEED TO BE IN THE mapResource file under l10n\DEFAULT in the mission file|envType= CMM|par1=         string GroupID|reqType1=     string|reqName1=     GroupID|desc1=       The Group.getID() of the target group (e.g., &quot;group_42&quot;).|par2=         string fileName|reqType2=     string|reqName2=     fileName|desc2=       Name of the image file located in l10n\DEFAULT of the mission.|par3=         number or nil durationSeconds|optType3=     number or nil|optName3=     durationSeconds|desc3=       How long, in seconds, the picture remains visible.  If omitted or nil, it stays until cleared by another call.|par4=         boolean or nil clearView|optType4=     boolean or nil|optName4=     clearView|desc4=       When true, removes all other images currently displayed for that group before showing this one.|par5=         number or nil startDelay|optType5=     number or nil|optName5=     startDelay|desc5=       Seconds to wait after calling before the image appears (useful for sequencing).|par6=         number or nil: horizontalAlign|optType6=     number or nil:|optName6=     horizontalAlign|desc6=       0 = left, 1 = center, 2 = right.  Defaults to 1 (center).|par7=         number or nil verticalAlign|optType7=     number or nil|optName7=     verticalAlign|desc7=       0 = top, 1 = middle, 2 = bottom.  Defaults to &lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;0 &lt;/ins&gt;(&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;top&lt;/ins&gt;).|par8=         number or nil size|optType8=     number or nil|optName8=     size|desc8=       Scale factor relative to screen width; 100 makes the image fill the screen.  Default is 100.|par9=         number or nil sizeUnits|optType9=     number or nil|optName9=     sizeUnits|desc9=       Units for the size parameter (normally leave as 1).}}&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Ozdeadmeat</name></author>
	</entry>
	<entry>
		<id>https://cmm.ozdeadmeat.com/index.php?title=OutPictureForGroup&amp;diff=5818&amp;oldid=prev</id>
		<title>Ozdeadmeat: outPictureForGroup – created via PowerShell script (2025-11-11T21:12:08Z)</title>
		<link rel="alternate" type="text/html" href="https://cmm.ozdeadmeat.com/index.php?title=OutPictureForGroup&amp;diff=5818&amp;oldid=prev"/>
		<updated>2025-11-11T10:12:10Z</updated>

		<summary type="html">&lt;p&gt;outPictureForGroup – created via PowerShell script (2025-11-11T21:12:08Z)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Template:FunctionInfo|fName=          outPictureForGroup|fDescription=   Shows an image on the screen of a specific Group (identified by its GroupID).|parentFile=     cmm.DCSFunctions.lua|syntax=         CMM.outPictureForGroup(&amp;lt;string&amp;gt;, &amp;lt;string&amp;gt;, &amp;lt;number|nil&amp;gt;, &amp;lt;boolean|nil&amp;gt;, &amp;lt;number|nil&amp;gt;, &amp;lt;number|nil&amp;gt;, &amp;lt;number|nil&amp;gt;, &amp;lt;number|nil&amp;gt;, &amp;lt;number|nil&amp;gt;)|return=         nil|returnDesc=     The function performs a side‑effect only and returns nothing.|example=        CMM.outPictureForGroup(&amp;quot;group_42&amp;quot;, &amp;quot;target.png&amp;quot;, 20, true, 0, 1, 1, 80)|exampleDesc=    Displays &amp;quot;target.png&amp;quot; for 20 s on group #42’s screen, clearing any other images first|related=        |note=           FILENAMES NEED TO BE IN THE mapResource file under l10n\DEFAULT in the mission file|envType= CMM|par1=         string GroupID|reqType1=     string|reqName1=     GroupID|desc1=       The Group.getID() of the target group (e.g., &amp;quot;group_42&amp;quot;).|par2=         string fileName|reqType2=     string|reqName2=     fileName|desc2=       Name of the image file located in l10n\DEFAULT of the mission.|par3=         number or nil durationSeconds|optType3=     number or nil|optName3=     durationSeconds|desc3=       How long, in seconds, the picture remains visible.  If omitted or nil, it stays until cleared by another call.|par4=         boolean or nil clearView|optType4=     boolean or nil|optName4=     clearView|desc4=       When true, removes all other images currently displayed for that group before showing this one.|par5=         number or nil startDelay|optType5=     number or nil|optName5=     startDelay|desc5=       Seconds to wait after calling before the image appears (useful for sequencing).|par6=         number or nil: horizontalAlign|optType6=     number or nil:|optName6=     horizontalAlign|desc6=       0 = left, 1 = center, 2 = right.  Defaults to 1 (center).|par7=         number or nil verticalAlign|optType7=     number or nil|optName7=     verticalAlign|desc7=       0 = top, 1 = middle, 2 = bottom.  Defaults to 1 (middle).|par8=         number or nil size|optType8=     number or nil|optName8=     size|desc8=       Scale factor relative to screen width; 100 makes the image fill the screen.  Default is 100.|par9=         number or nil sizeUnits|optType9=     number or nil|optName9=     sizeUnits|desc9=       Units for the size parameter (normally leave as 1).}}&lt;/div&gt;</summary>
		<author><name>Ozdeadmeat</name></author>
	</entry>
</feed>