武装突袭 Wiki
Advertisement
  

Click on the images for descriptions

Introduced in

Game:
Arma 2
Version:
1.00

Description

Description:
Returns absolute speed of a vehicle in kilometers per hour (km/h)

Syntax

Syntax:
Object call BIS_fnc_absSpeed;
Parameters:
Object - Vehicle
Return Value:
Number

Examples

Example 1:
if (((vehicle player) call BIS_fnc_absSpeed) > 150) then { hint "There goes my driver's license :("; };
Example 2:
_kmh = (vehicle player) call BIS_fnc_absSpeed; _miles = _kmh / 1.609344;

Additional Information

Execution:
call
Multiplayer:
-
See also:
See also needed

Notes

Only post proven facts here. Report bugs on the feedback tracker. Use the talk page or the forums for discussions.
Add New Note | How To

Notes

Bottom Section

Advertisement