enableDebriefingStats: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "_{10,} " to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...)
Line 1: Line 1:
{{Command|Comments=
{{Command


| arma3 |Game name=
| arma3


|1.00|Game version=
|1.00


|gr1= Briefing |GROUP1=
|gr1= Briefing


| Enable debriefing score table. |DESCRIPTION=
| Enable debriefing score table.


| [[enableDebriefingStats]] [left, top, width, height] |SYNTAX=
| [[enableDebriefingStats]] [left, top, width, height]


|p1= left: [[Number]]|Parameter1=
|p1= left: [[Number]]


|p2= top: [[Number]]|Parameter2=
|p2= top: [[Number]]


|p3= width: [[Number]]|Parameter3=
|p3= width: [[Number]]


|p4= height: [[Number]]|Parameter4=
|p4= height: [[Number]]


|  [[Nothing]] |RETURNVALUE=
|  [[Nothing]]




|x1= <code>[[enableDebriefingStats]] [0.1, 0.1, 0.8, 0.8];</code> |EXAMPLE1=
|x1= <code>[[enableDebriefingStats]] [0.1, 0.1, 0.8, 0.8];</code>




| [[disableDebriefingStats]] |SEEALSO=
| [[disableDebriefingStats]]


|  |MPBEHAVIOUR=  
|  |MPBEHAVIOUR=  

Revision as of 01:37, 18 January 2021

Hover & click on the images for description

Description

Description:
Enable debriefing score table.
Groups:
Briefing

Syntax

Syntax:
enableDebriefingStats [left, top, width, height]
Parameters:
left: Number
top: Number
width: Number
height: Number
Return Value:
Nothing

Examples

Example 1:
enableDebriefingStats [0.1, 0.1, 0.8, 0.8];

Additional Information

See also:
disableDebriefingStats

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

Bottom Section