File: config.ld

package info (click to toggle)
naev 0.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 386,084 kB
  • sloc: ansic: 93,149; xml: 87,292; python: 2,347; sh: 904; makefile: 654; lisp: 162; awk: 4
file content (10 lines) | stat: -rw-r--r-- 999 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
not_luadoc = true
title = "Naev Lua API"
project = "Naev Lua API"
description = "Naev Lua API"
full_description = [[
      <p style="text-align: center;">This is the API used in Naev to interact with the game from Lua.</p>
      <p><a href="http://www.lua.org">Lua</a> is a relatively simple scripting language used for a large portion of Naev's content. Missions, events, GUIs and AIs are all written using Lua and Naev's API, as are many minor features such as system backgrounds, reputation handling and others.</p>
      <p>The Wiki has an in-depth <a href="https://github.com/naev/naev/wiki/Mission-Scripting">mission tutorial</a> covering both missions and events, and the API documentation provides common usage examples for each function.</p>
      <p>Most API modules can also be used from the in-game Lua console (accessible by pressing <strong>F2</strong> by default) for <span style="text-decoration: line-through;">cheating</span> <em>experimenting</em> to your heart's content.</p>
]]