BIS fnc objectHeight: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ :\\\-\/|()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}")
(Some wiki formatting)
Line 1: Line 1:
{{RV|type=function
{{RV|type=function


| arma3
|game1= arma3


|1.00
|version1= 1.00


|gr1 = Object Manipulation
|gr1= Object Manipulation


| Return object height defined by it is bounding box and ev. offset/fix.
|descr= Return object height defined by its bounding box and eventual offset fix.


| object call [[BIS_fnc_objectHeight]]
|s1= object call [[BIS_fnc_objectHeight]]


|p1= object: [[Object]] - Evaluated object
|p1= object: [[Object]] - Evaluated object


| [[Number]] - Height of the object
|r1= [[Number]] - Height of the object


|x1= <code>[[player]] [[call]] [[BIS_fnc_objectHeight]];</code>
|x1= <code>[[player]] [[call]] [[BIS_fnc_objectHeight]];</code>

Revision as of 17:13, 27 February 2021

Hover & click on the images for description

Description

Description:
Return object height defined by its bounding box and eventual offset fix.
Execution:
call
Groups:
Object Manipulation

Syntax

Syntax:
object call BIS_fnc_objectHeight
Parameters:
object: Object - Evaluated object
Return Value:
Number - Height of the object

Examples

Example 1:
player call BIS_fnc_objectHeight;

Additional Information

See also:
boundingBoxsizeOfboundingBoxRealboundingCenter

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