BIS fnc relScaledDist: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Page filling)
m (fixed example)
Line 20: Line 20:
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code>[myTrigger, [[player]] [[call]] [[BIS_fnc_relScaledDist]];</code> |Example 1=
|x1= <code>[ myTrigger, [[player]] ] [[call]] [[BIS_fnc_relScaledDist]];</code> |Example 1=
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 00:11, 7 June 2018

Hover & click on the images for description

Description

Description:
Original description:
Exponentially inflated rational number between 0 and 1, with 1 being center and 0 being edge of the trigger
Template:Stub
Execution:
call
Groups:
Uncategorised

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

Notes

Bottom Section