BIS fnc initVirtualUnit: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
(pf) |
||
Line 1: | Line 1: | ||
{{Function|= Comments | {{Function|= Comments | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | arma 3 |= Game name | ||
|1.00|= Game version | |1.00|= Game version | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Initialize virtual unit. Disable it, turn the camera upwards and save its correct side. |= Description | ||
____________________________________________________________________________________________ | |||
| [object] call [[BIS_fnc_initVirtualUnit]] |= Syntax | |||
____________________________________________________________________________________________ | |||
|p1= object: [[Object]] - Object to be turned into virtual unit|= Parameter 1 | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[Boolean]]|= Return value | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code></code> |= | |x1= <code>someObject [[call]] [[BIS_fnc_initVirtualUnit]];</code> |= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| |= See also | | [[BIS_fnc_isUnitVirtual]] |= See also | ||
}} | }} | ||
Revision as of 10:34, 31 May 2018
Description
- Description:
- Initialize virtual unit. Disable it, turn the camera upwards and save its correct side.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- [object] call BIS_fnc_initVirtualUnit
- Parameters:
- object: Object - Object to be turned into virtual unit
- Return Value:
- Boolean
Examples
- Example 1:
someObject call BIS_fnc_initVirtualUnit;
Additional Information
- See also:
- BIS_fnc_isUnitVirtual
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