(05-25-2012, 06:29 PM)Your Computer Wrote: The code given in this post do what you have done and expect to do, so there may not be any other (simple) way.
Thank you!
![Smile Smile](https://www.frictionalgames.com/forum/images/smilies/smile.gif)
However, Geany suggests roundf() (and round() and roundl() ), as these are valid C functions (as listed in the c99.tags file). If I were to make an angelscript.tags file instead, where would I find a good reference of all the valid tags?
Edit:
Nevermind. I think I found a list here:
http://www.angelcode.com/angelscript/sdk...words.html
Edit 2:
Actually, the c99.tags file only contains C functions, not keywords, so simply removing c99.tags from the folder, will get rid of that annoyance.