Skip to content
#

rpg-engine

Here are 48 public repositories matching this topic...

fmatthew5876
fmatthew5876 commented Oct 17, 2018

I'm not a fan of javadoc, it takes up too much vertical screen space and makes it harder to read code because you can fit much less of it on your screen.

/**
 * Gets number of battles.
 *
 * @return number of battles.
 */
  int GetBattleCount();

Not only does this comment cost 3 blank lines, it also repeats itself. Writing a title and a @return statement in a simple metho

lofcz
lofcz commented Dec 27, 2018

Show Functions

  • ✔️ show_message
  • ✔️show_debug_message
  • ✔️show_error
  • ✔️show_question
  • show_debug_overlay
  • 💡 show_message_ext
  • 💡 show_debug_message_ext
  • 💡 show_message_async
  • 💡 show_message_async_ext

Get Functions

  • ✔️ get_string
  • get_real
  • 💡 get_int
  • 💡 get_double
You can’t perform that action at this time.