File: building_helptext.lua

package info (click to toggle)
widelands 1%3A19%2Brepack-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 370,608 kB
  • ctags: 20,609
  • sloc: cpp: 108,404; ansic: 18,695; python: 5,155; sh: 487; xml: 460; makefile: 233
file content (9 lines) | stat: -rw-r--r-- 263 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
-- This is used by the mapinfo standalone executable to get buildings' helptexts.
-- Note that this can't handle localization properly.

return {
   func = function(helptext_script)
      include(helptext_script)
      return building_helptext_purpose()
   end
}