BIS fnc 3DENCamera: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Comments" to "|Comments=")
m (Text replacement - "|Game version=" to "|Game version= |gr1= Eden Editor |GROUP1")
Line 5: Line 5:


|1.00|Game version=
|1.00|Game version=
|gr1= Eden Editor |GROUP1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 10:05, 6 October 2020

Hover & click on the images for description

Description

Description:
GROUP1 ____________________________________________________________________________________________
Execution:
call
Groups:
Eden Editor

Syntax

Syntax:
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
Parameters:
mode: String - Option mode to use
Return Value:
[mode] call BIS_fnc_3DENCamera

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:
Nothing

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