BIS fnc 3DENMissionStats: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("server" o...) |
||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
| arma3 | | arma3 | ||
|1.95 | |1.95 | ||
|gr1 = Eden Editor | |gr1 = Eden Editor | ||
|gr2 = Broken Functions | |gr2 = Broken Functions | ||
| <pre>/* | | <pre>/* | ||
Line 29: | Line 29: | ||
uinamespace setvariable ["Display3DENCopy_data",[localize "STR_Brief_Statistics",_export]]; | uinamespace setvariable ["Display3DENCopy_data",[localize "STR_Brief_Statistics",_export]]; | ||
(finddisplay IDD_DISPLAY3DEN) createdisplay "Display3DENCopy"; | (finddisplay IDD_DISPLAY3DEN) createdisplay "Display3DENCopy"; | ||
*/</pre>{{Informative|Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]]}} | */</pre>{{Informative|Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]]}} | ||
|[] call [[BIS_fnc_3DENMissionStats]] | |[] call [[BIS_fnc_3DENMissionStats]] | ||
|p1= parameter: Datatype - (Optional, default defValue) description | |p1= parameter: Datatype - (Optional, default defValue) description | ||
|Datatype - description | |Datatype - description | ||
|x1= <code></code> | |x1= <code></code> | ||
|exec= call |Execution= | |exec= call |Execution= | ||
| | | | ||
}} | }} | ||
[[Category:Functions|{{uc:3DENMissionStats}}]] | [[Category:Functions|{{uc:3DENMissionStats}}]] | ||
[[Category:{{Name|arma3}}: Functions|{{uc:3DENMissionStats}}]] | [[Category:{{Name|arma3}}: Functions|{{uc:3DENMissionStats}}]] |
Revision as of 22:05, 17 January 2021
Description
- Description:
/* #include "\a3\3DEN\UI\resincl.inc" "LOL" call bis_Fnc_log; _export = ""; all3denentities params ["_objects","_groups","_triggers","_logics","_waypoints","_markers","_layers","_comments"]; _export = _export + format ["%1: %2",localize "str_3den_object_textSingular",count _objects] + endl; _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]]; (finddisplay IDD_DISPLAY3DEN) createdisplay "Display3DENCopy"; */
- Execution:
- call
- Groups:
- Eden EditorBroken Functions
Syntax
- Syntax:
- [] call BIS_fnc_3DENMissionStats
- Parameters:
- parameter: Datatype - (Optional, default defValue) description
- Return Value:
- Datatype - description
Examples
- Example 1:
Additional Information
- See also:
- See also needed
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