BIS fnc objectHeight: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ :\\\-\/|()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}") |
Lou Montana (talk | contribs) (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 | |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 16:13, 27 February 2021
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
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