BIS fnc relPosObject: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
Lou Montana (talk | contribs) (Page filling) |
||
Line 8: | Line 8: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Place an object relative to another object, like a ''setRelPos'' command. |= Description | ||
____________________________________________________________________________________________ | |||
| [parent, child, relPos, direction] call [[BIS_fnc_relPosObject]] |= Syntax | |||
|p1= parent: [[Object]] - the parent object |= Parameter 1 | |||
|p2= child: [[Object]] - the child object |= Parameter 2 | |||
| | |p3= relPos: [[Position]] - ''child'' position relative to ''parent'' |= Parameter 3 | ||
| | |p4= direction: [[Number]] - (Optional, default 0) direction of the child object |= Parameter 4 | ||
| |= Return value | | [[Nothing]] |= Return value | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code></code> |= | |x1= <code>[BIS_briefingTable, BIS_map, [0, -0.58, 0.857], 98] [[call]] [[BIS_fnc_relPosObject]];</code> |= Example 1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| |= See also | | [[getRelPos]], [[getPos]] |= See also | ||
}} | }} | ||
Revision as of 23:41, 26 April 2018
Description
- Description:
- Place an object relative to another object, like a setRelPos command.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- [parent, child, relPos, direction] call BIS_fnc_relPosObject
- Parameters:
- parent: Object - the parent object
- child: Object - the child object
- relPos: Position - child position relative to parent
- direction: Number - (Optional, default 0) direction of the child object
- Return Value:
- Nothing
Examples
- Example 1:
[BIS_briefingTable, BIS_map, [0, -0.58, 0.857], 98] call BIS_fnc_relPosObject;
Additional Information
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