Why does the real attribute in tables round your number?

DreamLabDreamLab Member Posts: 2,127
As I was working with the tables in my game, I noticed that each real attribute value was being rounded. My game relies on perfect distance between these actors, as they are all stacked next to each other. Is there any work around to this besides making a ton of attributes in the game? Thanks!

Comments

  • CodeMonkeyCodeMonkey Head Chef, Member, PRO Posts: 1,803
    how far does it round it? 100ths? tenths? to the closest whole number?
    If you store a real table cell value into an integer attribute, it will round it.
    A quick display text of the cell value shows it is still a real value unless the numbers get really high.
  • DreamLabDreamLab Member Posts: 2,127
    edited July 2013
    It puts a limit on only 3 decimals. I found a work around to it, but all I did was set it to a real table cell value and typed in the value. No constrains to another attribute.

Sign In or Register to comment.