BIS fnc 3DENMissionStats: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[[cC]ategory:[fF]unctions\|\{\{uc:[a-z 0-9 A-Z_]*\}\}\]\]" to "")
m (Text replacement - "\|game([0-9])=([^ ]+) * \|version([0-9])=([^ ]+) * " to "|game$1=$2 |version$3=$4 ")
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{RV|type=function
{{RV|type=function


| arma3
|game1= arma3
 
|version1= 1.96
|1.95


|gr1= Eden Editor
|gr1= Eden Editor
|gr2 = Broken Functions
| <pre>/*
#include "\a3\3DEN\UI\resincl.inc"
"LOL" call bis_Fnc_log;


_export = "";
|gr2= Broken Functions


all3denentities params ["_objects","_groups","_triggers","_logics","_waypoints","_markers","_layers","_comments"];
|descr= This functions does nothing.


_export = _export + format ["%1: %2",localize "str_3den_object_textSingular",count _objects] + endl;
|s1= call [[BIS_fnc_3DENMissionStats]]
_export = _export + format ["  %1: %2",localize "str_team_switch_ai",{!isnull group _x} count _objects] + endl;
_export = _export + format ["  %1: %2",localize "str_dn_vehicle",{_x iskindof "AllVehicles" && isnull group _x} count _objects] + endl;
_export = _export + format ["  %1: %2",localize "str_3den_object_attribute_simpleobject_displayName",{(_x get3denattribute "objectIsSimple") # 0} count _objects] + endl;
_export = _export + format ["%1: %2",localize "str_3den_group_textSingular",count _groups] + endl;
_export = _export + format ["%1: %2",localize "str_3den_trigger_textSingular",count _triggers] + endl;
_export = _export + format ["%1: %2",localize "str_3den_logic_textSingular",count _logics] + endl;
_export = _export + format ["%1: %2",localize "str_3den_waypoint_textSingular",count _waypoints] + endl;
_export = _export + format ["%1: %2",localize "str_3den_marker_textSingular",count _markers] + endl;


uinamespace setvariable ["Display3DENCopy_data",[localize "STR_Brief_Statistics",_export]];
|p1= -
(finddisplay IDD_DISPLAY3DEN) createdisplay "Display3DENCopy";
*/</pre>{{Informative|Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]]}}


|[] call [[BIS_fnc_3DENMissionStats]]
|r1= -


|p1= parameter: Datatype - (Optional, default defValue) description
|x1= -


|Datatype - description
|seealso= -
 
|x1=
 
|exec= call
}}
}}
[[Category:{{Name|arma3}}: Functions|{{uc:3DENMissionStats}}]]

Latest revision as of 11:05, 14 June 2021

Hover & click on the images for description

Description

Description:
This functions does nothing.
Execution:
call
Groups:
Eden EditorBroken Functions

Syntax

Syntax:
call BIS_fnc_3DENMissionStats
Parameters:
-
Return Value:
-

Examples

Example 1:
-

Additional Information

See also:
-

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