From Bohemia Interactive Community
					 
					
					
					
					
Hover & click on the images for description
 
Description
- Description:
 
- Set an object's altitude.
 
- Execution:
 
- call
 - Groups:
 
- Object Manipulation
 
Syntax
- Syntax:
 
- [target, height, position, mode] call BIS_fnc_setHeight
 - Parameters:
 
- target: Object - affected object
 
- height: Number - (Optional, default 0) height to set
 
- position: Position - (Optional, default position target) position to place the target with calculated height
 
- mode: String - (Optional, default "ROADWAY") can be:
 - Return Value:
 
- Boolean - true when done
 
- Syntax:
 
- [height, mode] call BIS_fnc_setHeight
⚠
This syntax uses 
this and is therefore meant to be used in init fields. Not to be used in MP.
 - Parameters:
 
- height: Number - (Optional, default 0) height to set
 
- mode: String - (Optional, default "ROADWAY") can be:
 - Return Value:
 
- Boolean - true when done
 
Examples
- Example 1:
 - Example 2:
 
Additional Information
- See also:
 
- setPos setPosASL setPosATL
 
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