BIS fnc 3DENToolbar: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision imported: BIS Functions update 7/7)
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *R([a-z ])" to "$1 - r$2")
 
(27 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{RV|type=function


{{Function|= Comments
|game1= arma3
____________________________________________________________________________________________
|version1= 1.58


| arma3 |= Game name
|gr1= Eden Editor


|1.00|= Game version
|descr= Interacts with the [[:Category:Eden Editor|Eden Editor]] toolbar
____________________________________________________________________________________________


| ''N/A'' |= Description
|s1= [mode] call [[BIS_fnc_3DENToolbar]]
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_3DENToolbar]]; --> |= Syntax
|p1= mode: [[String]] - can be:<br>
|p1= |= Parameter 1
{{Columns|3|
*"init"
*"VerticalToggle"
*"SurfaceSnapToggle"
*"MoveGridToggle"
*"RotateGridToggle"
*"ScaleGridToggle"
*"WidgetToggle"
*"ToggleMap"
*"ToggleVision"
*"ToggleFlashlight"
*"MissionSection"
}}


| |= Return value
|r1= [[Boolean]] - returns [[true]] if it was added successfully
____________________________________________________________________________________________


|x1= <code></code> |=
|x1= <sqf>"ToggleFlashlight" call BIS_fnc_3DENToolbar;</sqf>
____________________________________________________________________________________________
 
| |= See also


|seealso= [[BIS_fnc_3DENCamera]] [[BIS_fnc_3DENGrid]] [[BIS_fnc_3DENFlashlight]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Default|{{uc:3DENToolbar}}]]
[[Category:Functions|{{uc:3DENToolbar}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:3DENToolbar}}]]

Latest revision as of 16:47, 8 November 2023

Hover & click on the images for description

Description

Description:
Interacts with the Eden Editor toolbar
Execution:
call
Groups:
Eden Editor

Syntax

Syntax:
[mode] call BIS_fnc_3DENToolbar
Parameters:
mode: String - can be:
  • "init"
  • "VerticalToggle"
  • "SurfaceSnapToggle"
  • "MoveGridToggle"
  • "RotateGridToggle"
  • "ScaleGridToggle"
  • "WidgetToggle"
  • "ToggleMap"
  • "ToggleVision"
  • "ToggleFlashlight"
  • "MissionSection"
Return Value:
Boolean - returns true if it was added successfully

Examples

Example 1:
"ToggleFlashlight" call BIS_fnc_3DENToolbar;

Additional Information

See also:
BIS_fnc_3DENCamera BIS_fnc_3DENGrid BIS_fnc_3DENFlashlight

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