BIS fnc 3DENCamera: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (see also)
Line 25: Line 25:
____________________________________________________________________________________________
____________________________________________________________________________________________


|[[BIS fnc 3DENControlsHint]],[[BIS fnc 3DENDiagCreateList]],[[BIS fnc 3DENDiagFonts]],[[BIS fnc 3DENDiagMouseControl]],[[BIS fnc 3DENDrawLocations]],[[BIS fnc 3DENEntityMenu]],[[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]] |See also=
|[[Eden Editor]],[[BIS_fnc_3DENControlsHint]],[[BIS_fnc_3DENDiagCreateList]],[[BIS_fnc_3DENDiagFonts]],[[BIS_fnc_3DENDiagMouseControl]],[[BIS_fnc_3DENDrawLocations]],[[BIS_fnc_3DENEntityMenu]],[[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]] |See also=
}}
}}



Revision as of 14:13, 28 May 2018

Hover & click on the images for description

Description

Description:
Moves Eden's camera depending on one of two modes:
  • "random" - A random position over land preferring non forested areas
  • "selected" - The current selected Eden entity or users cursor position if nothing is selected
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[mode] call BIS_fnc_3DENCamera
Parameters:
mode: String - Option mode to use
Return Value:
Nothing

Examples

Example 1:
Move Eden's camera to the currently selected Eden entity ["selected"] call BIS_fnc_3DENCamera;
Example 2:
Move Eden's camera to a random position ["random"] call BIS_fnc_3DENCamera;

Additional Information

See also:
Eden EditorBIS_fnc_3DENControlsHintBIS_fnc_3DENDiagCreateListBIS_fnc_3DENDiagFontsBIS_fnc_3DENDiagMouseControlBIS_fnc_3DENDrawLocationsBIS_fnc_3DENEntityMenuBIS_fnc_3DENExportAttributesBIS_fnc_3DENExportOldSQMBIS_fnc_3DENExportTerrainBuilderBIS_fnc_3DENFlashlightBIS_fnc_3DENGridBIS_fnc_3DENIntelBIS_fnc_3DENInterfaceBIS_fnc_3DENListLocationsBIS_fnc_3DENMissionPreviewBIS_fnc_3DENModuleDescriptionBIS_fnc_3DENShowMessageBIS_fnc_3DENStatusBarBIS_fnc_3DENToolbarBIS_fnc_3DENTutorialBIS_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

Notes

Bottom Section