I've looked for something in the docs (.chm file) few days ago and it wasn't there although I could use it. VC++ showed me (I don't know how to call those auto code filling feature) that for example there is method X while the docs didn't show that method X exists.
I guess the same thing is with the online version of the API so if you're not going to release a 1.4.1 just for that maybe at least update the online doc..
P.S
If I'll encounter such thing again I'll edit this post with an exact name of the method/whatever missing..
The autocompletion feature of MSVC has to be reset if header files are changed. Yo remove the cache and it will automatically use the new features, too.
hybrid wrote:The autocompletion feature of MSVC has to be reset if header files are changed. Yo remove the cache and it will automatically use the new features, too.
1. How to remove the cache?
2. Which new features?
3. I meant the irrlicht-1.4\doc\irrlicht.chm file is out of date..