Difference between revisions of "042D"

From GTAMods Wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
{{Icon|trilogy}} '''CONVERT_METRES_TO_FEET_INT'''
+
{{OpCode
<hr />
+
| games      = {{Icon|t}}
<onlyinclude>{{#ifeq:{{{transcludesection|opcode}}}|opcode|
+
| command    = CONVERT_METRES_TO_FEET_INT
'''Description'''
+
| description = Converts integer meters to feet
: Converts integer meters to feet
+
| syntax1    = 042D: [''var''] = metric_to_imperial [''int'']
'''Syntax'''
+
| p1t        = [''int'']
: 042D: [''var''] = metric_to_imperial [''int'']
+
| p1d        = Integer value
'''Parameter'''
+
| p2t        = [''var'']
: [''int'']
+
| p2d        = Variable to store the converted value as integer
:: Integer value
+
| native      = [[CONVERT_METRES_TO_FEET_INT]]
: [''var'']
+
}}
:: Variable to store the converted value as integer
 
'''Native analog'''
 
: [[CONVERT_METRES_TO_FEET_INT]]
 
  
 
This opcode "converts" integer values from meters to feet. By "convert", this means multiplying the value by 3.3333333. The more precise conversion would be to [http://www.wolframalpha.com/input/?i=convert+1+meter+to+feet%2C+8+digits multiply by 3.2808399]. The output value does not round accordingly to traditional methods, e.g., inputting "2" will output "6" but inputting "3" will output "10".
 
This opcode "converts" integer values from meters to feet. By "convert", this means multiplying the value by 3.3333333. The more precise conversion would be to [http://www.wolframalpha.com/input/?i=convert+1+meter+to+feet%2C+8+digits multiply by 3.2808399]. The output value does not round accordingly to traditional methods, e.g., inputting "2" will output "6" but inputting "3" will output "10".
}}</onlyinclude>
 
  
 
== Keywords ==
 
== Keywords ==
Line 21: Line 17:
  
 
== See also ==
 
== See also ==
* [[0425]], converts floating-point values from meters to feet
+
* {{Icon|t}} [[0425]], converts floating-point values from meters to feet
  
[[Category:OpCodes]][[Category:Math OpCodes]]
+
[[Category:Math OpCodes]]

Revision as of 03:27, 4 December 2016

GTA III Vice City San Andreas CONVERT_METRES_TO_FEET_INT


Description
Converts integer meters to feet
Syntax
042D: [var] = metric_to_imperial [int]
Parameter
[int]
Integer value
[var]
Variable to store the converted value as integer
Native analog
CONVERT_METRES_TO_FEET_INT

This opcode "converts" integer values from meters to feet. By "convert", this means multiplying the value by 3.3333333. The more precise conversion would be to multiply by 3.2808399. The output value does not round accordingly to traditional methods, e.g., inputting "2" will output "6" but inputting "3" will output "10".

Keywords

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

See also

  • GTA III Vice City San Andreas 0425, converts floating-point values from meters to feet