BIS fnc EGSpectator: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " [ [[" to " [<nowiki/>[[") |
mNo edit summary |
||
Line 35: | Line 35: | ||
|p10= showHeader: [[Boolean]] - (Optional, default true) - Whether to show header widget |PARAMETER10= | |p10= showHeader: [[Boolean]] - (Optional, default true) - Whether to show header widget |PARAMETER10= | ||
|p11= showLists: [[Boolean]] - (Optional, default true) - Whether to show entities / locations lists |= | |p11= showLists: [[Boolean]] - (Optional, default true) - Whether to show entities / locations lists |PARAMETER11= | ||
|[[Boolean]] - Return value depends on mode. For Initialize and terminate it returns boolean depending on whether or not execution was successful|RETURNVALUE= | |[[Boolean]] - Return value depends on mode. For Initialize and terminate it returns boolean depending on whether or not execution was successful|RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>[ "Initialize", [<nowiki/>[[player]] ] ] [[call]] [[BIS_fnc_EGSpectator]];</code> |= | |x1= <code>[ "Initialize", [<nowiki/>[[player]] ] ] [[call]] [[BIS_fnc_EGSpectator]];</code> |EXAMPLE1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 08:22, 25 September 2020
Description
- Description:
- Spectator instance.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- [ mode,[specatator,whitelistedSides,allowAi,allowFreeCamera,allow3PPCamera,showFocusInfo,showCameraButtons,showControlsHelper,showHeader,showLists] ] call BIS_fnc_EGSpectator;
- Parameters:
- mode: String - Mode, can be
- "Initialize"
- "Terminate"
- specatator: Object - Player
- whitelistedSides: Array - (Optional, default []) - Sides player can spectate
- allowAi: Boolean - (Optional, default true) - Whether AI can be viewed by the spectator
- allowFreeCamera: Boolean - (Optional, default true) - Whether Free camera mode is available
- allow3PPCamera: Boolean - (Optional, default true) - Whether 3th Person Perspective camera mode is available
- showFocusInfo: Boolean - (Optional, default true) - Whether to show Focus Info stats widget
- showCameraButtons: Boolean - (Optional, default true) - Whether or not to show camera buttons widget
- showControlsHelper: Boolean - (Optional, default true) - Whether to show controls helper widget
- showHeader: Boolean - (Optional, default true) - Whether to show header widget
- showLists: Boolean - (Optional, default true) - Whether to show entities / locations lists
- Return Value:
- Boolean - Return value depends on mode. For Initialize and terminate it returns boolean depending on whether or not execution was successful
Examples
- Example 1:
[ "Initialize", [player ] ] call BIS_fnc_EGSpectator;
Additional Information
- See also:
- Arma 3 End Game Spectator Mode
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