number
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
number [2009/06/02 03:38] – added more data to number. snakeman | number [2017/01/21 19:15] (current) – deleted unused page. snakeman | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Number ====== | ||
- | [[ArmA]] and [[OFP]] related. | ||
- | |||
- | |||
- | ====== Number Type ====== | ||
- | |||
- | Description: | ||
- | |||
- | |||
- | ====== Degrees ====== | ||
- | |||
- | Degrees are a poetic license used to indicate a number returned from functions like acos and asin | ||
- | |||
- | It's special properties are that it will always supply a value from 0 to 360. | ||
- | |||
- | |||
- | ====== Radians ====== | ||
- | |||
- | Another poetic license for a Number. Used in angular math computations with commands like rad and deg. | ||
- | |||
- | |||
- | ====== Scripting vs Addons ====== | ||
- | |||
- | Integers and Floats | ||
- | |||
- | Note that unlike config.cpp (addons), a Number in scripting language is ANY numeric entity. Floats, or integers. It is NOT the same as a config Integer or Float. Number covers both types. | ||
- | |||
- | |||
- | ====== Booleans ====== | ||
- | |||
- | Note also, unlike config.cpp, Boolean is a real type in scripting language. In addons, it is a poetic license for a zero/non zero Integer. |
number.1243913907.txt.gz · Last modified: 2009/06/02 03:38 (external edit)