BIS fnc relScaledDist: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \| *(\[[a-zA-Z,. ]*\] call ('''|\[\[)?BI(N|S)_fnc_[a-zA-Z]+('''|\]\])?) * \|p1=" to " |s1=$1 |p1=")
m (Text replacement - "\| *(arg|eff|mp|serverExec|gr[0-9]) *= *(.*) * *\|([^=]{12})" to "|$1=$2 |descr=$3")
Line 7: Line 7:
|gr1= Geometry
|gr1= Geometry


| Exponentially inflated rational number between 0 and 1, with 1 being center and 0 being edge of the trigger. This function can be used to check where in a trigger area an object is. Is it near the border of the trigger area the number will go against 0.
|descr= Exponentially inflated rational number between 0 and 1, with 1 being center and 0 being edge of the trigger. This function can be used to check where in a trigger area an object is. Is it near the border of the trigger area the number will go against 0.


|s1=[referenceObject, relativeObject] call [[BIS_fnc_relScaledDist]]
|s1=[referenceObject, relativeObject] call [[BIS_fnc_relScaledDist]]

Revision as of 21:54, 13 June 2021

Hover & click on the images for description

Description

Description:
Exponentially inflated rational number between 0 and 1, with 1 being center and 0 being edge of the trigger. This function can be used to check where in a trigger area an object is. Is it near the border of the trigger area the number will go against 0.
Execution:
call
Groups:
Geometry

Syntax

Syntax:
[referenceObject, relativeObject] call BIS_fnc_relScaledDist
Parameters:
referenceObject: Object
relativeObject: Object
Return Value:
Number

Examples

Example 1:
[ myTrigger, player ] call BIS_fnc_relScaledDist;

Additional Information

See also:
distancedistanceSqr

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