Difference between revisions of "Talk:Function for Time of Day"

Jump to navigation Jump to search
68 bytes removed ,  01:53, 23 February 2012
m
EDIT: Ok, testing ingame.
imported>Daemonjax
imported>Daemonjax
m (EDIT: Ok, testing ingame.)
Line 7: Line 7:
True, it's an educated guess.  Floor() functions (and to a certain extent entire Math libraries) are notoriously slow in all languages, because they have to return correctly in all circumstances.  The int cast will work in this case, because:  1) the number of game days passed should never exceed to max value of an integer, and 2) The number of game days passed will always be a positive number.   
True, it's an educated guess.  Floor() functions (and to a certain extent entire Math libraries) are notoriously slow in all languages, because they have to return correctly in all circumstances.  The int cast will work in this case, because:  1) the number of game days passed should never exceed to max value of an integer, and 2) The number of game days passed will always be a positive number.   


If you would find the results interesting, I could write a script that runs a test ingame. :D
EDIT: Ok, testing ingame.


-- [[User:Daemonjax|Daemonjax]]
-- [[User:Daemonjax|Daemonjax]]
Anonymous user

Navigation menu