onBriefingNotes: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "[[Category:Scripting Commands ArmA|" to "[[Category:Scripting Commands Armed Assault|")
m (Add groups)
Line 5: Line 5:


|1.75|Game version=
|1.75|Game version=
|gr1= Sounds |GROUP1=
|gr2= Briefing |GROUP2=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 21: Line 25:


| [[Description.ext#Sounds|CfgSounds]] |SEEALSO=
| [[Description.ext#Sounds|CfgSounds]] |SEEALSO=
}}
}}


Line 28: Line 31:
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
<dd class="notedate">Posted on 8 Feb, 2007
<dd class="notedate">Posted on 8 Feb, 2007
<dt class="note">[[User:Bdfy|Bdfy]]<dd class="note">
<dt class="note">[[User:Bdfy|Bdfy]]
In OFP it works only with the sound files defined in the mission's description.ext
<dd class="note">
In OFP it works only with the sound files defined in the mission's description.ext
<!-- Note Section END -->
<!-- Note Section END -->
</dl>
</dl>


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
 
[[Category:Scripting Commands OFP 1.96|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|ONBRIEFINGNOTES]]
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands OFP 1.96|ONBRIEFINGNOTES]]
[[Category:Scripting Commands Armed Assault|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Armed Assault|ONBRIEFINGNOTES]]
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]

Revision as of 15:30, 25 September 2020

Hover & click on the images for description

Description

Description:
Select a sound declared in the Description.ext of the mission to be played the first time the Notes tab is selected in the briefing.
Groups:
SoundsBriefing

Syntax

Syntax:
onBriefingNotes soundName
Parameters:
soundName: String
Return Value:
Nothing

Examples

Example 1:
onBriefingNotes "NotesVoiceOver";

Additional Information

See also:
CfgSounds

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Posted on 8 Feb, 2007
Bdfy
In OFP it works only with the sound files defined in the mission's description.ext

Bottom Section