diff options
author | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2013-03-25 22:40:43 +0100 |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2013-03-25 23:06:06 +0100 |
commit | 4dfc82415691fe298f21bb2f81fed5c168ee14e5 (patch) | |
tree | 1e6d15038a64a2f962e3b8a7b8a4ad4b6f7e22d9 /scripts/lua/npclib.lua | |
parent | 4e9e0ac87b4dc16f19ac4f930d52c4cc0a2c6f64 (diff) | |
download | manaserv-4dfc82415691fe298f21bb2f81fed5c168ee14e5.tar.gz manaserv-4dfc82415691fe298f21bb2f81fed5c168ee14e5.tar.bz2 manaserv-4dfc82415691fe298f21bb2f81fed5c168ee14e5.tar.xz manaserv-4dfc82415691fe298f21bb2f81fed5c168ee14e5.zip |
Moved documentation out of class definition
Inline documentation is in general needlessly verbose and only makes it
harder to read the actual class API. This change moves this kind of
documentation to the function implementation for the 'Entity' class.
For inline methods, the implementation is moved outside of the class
using the 'inline' keyword. This provides a good place to put the
documentation, but it also further cleans up the class definition.
The class definition now gives a much better overview over its API. And
if needed, details can be looked up at the function implementations.
Reviewed-by: Erik Schilling
Diffstat (limited to 'scripts/lua/npclib.lua')
0 files changed, 0 insertions, 0 deletions