BIS fnc 3DENEntityMenu: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl>" to "")
m (Text replacement - "Category:Eden Editor" to "Eden Editor")
 
(38 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Function
{{RV|type=function


|game1= arma3
|game1= arma3
|version1= 1.58
|version1= 1.58


|gr1 = Eden Editor |GROUP1=
|gr1= Eden Editor


|descr= Excutes actions available in the entity menu (context menu).
|descr= Excutes actions available in the entity menu (context menu).


||s1= [mode] call [[BIS_fnc_3DENEntityMenu]]|=Syntax
|s1= [mode] call [[BIS_fnc_3DENEntityMenu]]


|p1= mode: [[String]] - Can be:
|p1= mode: [[String]] - case insensitive. Can be:
<div style="columns: 3">
{{Columns|3|
*"onentitymenu"
* "onEntityMenu"
*"reset"
* "reset"
*"movecamera"
* "moveCamera"
*"playfromhere"
* "playFromHere"
*"playasentity"
* "playAsEntity"
*"grid"
* "grid"
*"arsenal"
* "arsenal"
*"arsenalreset"
* "arsenalReset"
*"garage"
* "garage"
*"garagereset"
* "garageReset"
*"findcreate"
* "findCreate"
*"findconfig"
* "findConfig"
*"logclasses"
* "logClasses"
*"logposition"
* "logPosition"
</div>
}}


|r1= [[Nothing]]
|r1= [[Nothing]]


|x1= <code>["reset"] [[call]] [[BIS_fnc_3DENEntityMenu]];</code>
|x1= <sqf>["reset"] call BIS_fnc_3DENEntityMenu;</sqf>
 
|exec= call
 
|seealso= [[Eden Editor]],[[BIS_fnc_3DENCamera]],[[BIS_fnc_3DENControlsHint]],[[BIS_fnc_3DENDiagCreateList]],[[BIS_fnc_3DENDiagFonts]],[[BIS_fnc_3DENDiagMouseControl]],[[BIS_fnc_3DENDrawLocations]],[[BIS_fnc_3DENExportAttributes]],[[BIS_fnc_3DENExportOldSQM]],[[BIS_fnc_3DENExportTerrainBuilder]],[[BIS_fnc_3DENFlashlight]],[[BIS_fnc_3DENGrid]],[[BIS_fnc_3DENIntel]],[[BIS_fnc_3DENInterface]],[[BIS_fnc_3DENListLocations]],[[BIS_fnc_3DENMissionPreview]],[[BIS_fnc_3DENModuleDescription]],[[BIS_fnc_3DENShowMessage]],[[BIS_fnc_3DENStatusBar]],[[BIS_fnc_3DENToolbar]],[[BIS_fnc_3DENTutorial]],[[BIS_fnc_3DENVisionMode]]


|seealso= [[:Category:Eden Editor|Eden Editor]] [[BIS_fnc_3DENCamera]] [[BIS_fnc_3DENControlsHint]] [[BIS_fnc_3DENDiagCreateList]] [[BIS_fnc_3DENDiagFonts]] [[BIS_fnc_3DENDiagMouseControl]] [[BIS_fnc_3DENDrawLocations]] [[BIS_fnc_3DENExportAttributes]] [[BIS_fnc_3DENExportOldSQM]] [[BIS_fnc_3DENExportTerrainBuilder]] [[BIS_fnc_3DENFlashlight]] [[BIS_fnc_3DENGrid]] [[BIS_fnc_3DENIntel]] [[BIS_fnc_3DENInterface]] [[BIS_fnc_3DENListLocations]] [[BIS_fnc_3DENMissionPreview]] [[BIS_fnc_3DENModuleDescription]] [[BIS_fnc_3DENShowMessage]] [[BIS_fnc_3DENStatusBar]] [[BIS_fnc_3DENToolbar]] [[BIS_fnc_3DENTutorial]] [[BIS_fnc_3DENVisionMode]]
}}
}}
<h3 style="display:none">Bottom Section</h3>
[[Category:Functions|{{uc:3DENEntityMenu}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:3DENEntityMenu}}]]

Latest revision as of 14:26, 9 July 2023

Hover & click on the images for description

Description

Description:
Excutes actions available in the entity menu (context menu).
Execution:
call
Groups:
Eden Editor

Syntax

Syntax:
[mode] call BIS_fnc_3DENEntityMenu
Parameters:
mode: String - case insensitive. Can be:
  • "onEntityMenu"
  • "reset"
  • "moveCamera"
  • "playFromHere"
  • "playAsEntity"
  • "grid"
  • "arsenal"
  • "arsenalReset"
  • "garage"
  • "garageReset"
  • "findCreate"
  • "findConfig"
  • "logClasses"
  • "logPosition"
Return Value:
Nothing

Examples

Example 1:
["reset"] call BIS_fnc_3DENEntityMenu;

Additional Information

See also:
Eden Editor BIS_fnc_3DENCamera BIS_fnc_3DENControlsHint BIS_fnc_3DENDiagCreateList BIS_fnc_3DENDiagFonts BIS_fnc_3DENDiagMouseControl BIS_fnc_3DENDrawLocations BIS_fnc_3DENExportAttributes BIS_fnc_3DENExportOldSQM BIS_fnc_3DENExportTerrainBuilder BIS_fnc_3DENFlashlight BIS_fnc_3DENGrid BIS_fnc_3DENIntel BIS_fnc_3DENInterface BIS_fnc_3DENListLocations BIS_fnc_3DENMissionPreview BIS_fnc_3DENModuleDescription BIS_fnc_3DENShowMessage BIS_fnc_3DENStatusBar BIS_fnc_3DENToolbar BIS_fnc_3DENTutorial BIS_fnc_3DENVisionMode

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