Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Script Help Explain float afAmount and etc...?
Your Computer Offline
SCAN ME!

Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation: 235
#2
RE: Explain float afAmount and etc...?

Floats are normally 32-bit decimals (if that confuses you, then just drop the "32-bit" adjective), though it is perfectly fine to use integers too. The best amount is up to you. Note, though, if you don't place an "f" at the end of a decimal number, the script will first consider it a double (a 64-bit float, which uses more memory than a float).

PHP Code: (Select All)
float num 0.0f;
num 5.1233045f;
num 10

Tutorials: From Noob to Pro
(This post was last modified: 01-10-2012, 12:34 AM by Your Computer.)
01-10-2012, 12:33 AM
Website Find


Messages In This Thread
RE: Explain float afAmount and etc...? - by Your Computer - 01-10-2012, 12:33 AM



Users browsing this thread: 1 Guest(s)