0425

From GTAMods Wiki
Revision as of 21:24, 5 January 2012 by Spaceeinstein (talk | contribs) (Created page with '{{Icon|trilogy}} <hr /> <onlyinclude>{{#ifeq:{{{transcludesection|opcode}}}|opcode| '''Description''' : Converts meters to feet '''Syntax''' : 0425: meters [''var''] to_feet [''f…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

GTA III Vice City San Andreas


Description

Converts meters to feet

Syntax

0425: meters [var] to_feet [flt]

Parameter

[var]
Variable to store the converted value
[flt]
Floating-point value

Native analog

CONVERT_METRES_TO_FEET

This opcode "converts" floating-point values from meters to feet. By "convert", this means dividing the value by 0.3. The more precise conversion would be to divide by 0.3048. This opcode was unused in GTA III in the default script.

Keywords

change, convert, float, metres, metre, meter, foot, feet, metric, imperial

See also

  • 042D, converts integer values from meters to feet