|
|
(18 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
− | {{Function|Comments= | + | {{RV|type=function |
| | | |
− | | arma3 |Game name= | + | |game1= arma3 |
| + | |version1= 1.96 |
| | | |
− | |1.95|Game version= | + | |gr1= Eden Editor |
| | | |
− | |gr1 = Eden Editor |GROUP1=
| + | |gr2= Broken Functions |
− | |gr2 = Broken Functions |GROUP2= | |
| | | |
− | | <pre>/* | + | |descr= This functions does nothing. |
− | #include "\a3\3DEN\UI\resincl.inc"
| |
| | | |
− | "LOL" call bis_Fnc_log;
| + | |s1= call [[BIS_fnc_3DENMissionStats]] |
| | | |
− | _export = "";
| + | |p1= - |
| | | |
− | all3denentities params ["_objects","_groups","_triggers","_logics","_waypoints","_markers","_layers","_comments"];
| + | |r1= - |
| | | |
− | _export = _export + format ["%1: %2",localize "str_3den_object_textSingular",count _objects] + endl;
| + | |x1= - |
− | _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]];
| + | |seealso= - |
− | (finddisplay IDD_DISPLAY3DEN) createdisplay "Display3DENCopy";
| |
− | */</pre>{{Informative|Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]]}} |Description=
| |
− | | |
− | |[] call [[BIS_fnc_3DENMissionStats]]|Syntax=
| |
− | | |
− | |p1= parameter: Datatype - (Optional, default defValue) description |Parameter 1=
| |
− | | |
− | |Datatype - description|Return value=
| |
− | | |
− | |x1= <code></code>|Example 1=
| |
− | | |
− | |exec= call |Execution=
| |
− | | |
− | | |See also=
| |
| }} | | }} |
− |
| |
− | [[Category:Function Group: Default|{{uc:3DENMissionStats}}]]
| |
− | [[Category:Functions|{{uc:3DENMissionStats}}]]
| |
− | [[Category:{{Name|arma3}}: Functions|{{uc:3DENMissionStats}}]]
| |