File: index.xml

package info (click to toggle)
openclonk 7.0-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 145,828 kB
  • ctags: 33,094
  • sloc: cpp: 163,891; ansic: 82,846; xml: 29,876; python: 1,203; php: 767; makefile: 138; sh: 77
file content (20 lines) | stat: -rwxr-xr-x 1,162 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!DOCTYPE doc
  SYSTEM '../clonk.dtd'>
<?xml-stylesheet type="text/xsl" href="../clonk.xsl"?>
<doc>
  <title>OpenClonk Documentation</title>
  <h>OpenClonk Documentation</h>
  <part>
	<img src="../images/cpem.gif" width="52" height="52" alt="" class="cpem" />
	<text>Welcome to the developer documentation for the creation of custom game content. This documentation includes a thorough reference of the game data and its file hierarchy. <br/>	
	Also included is a script reference which explains the syntax and semantics of Clonk's own scripting language - C4Script. In the script reference, all functions, constants and callbacks that are available for the scripter are documented with example usages. 
	</text>
	<h>Get started</h>
	<text><emlink href="files.html">Game data</emlink> - Get an overview over the game data needed for the creation of custom game content.</text>
	<text><emlink href="script/index.html">C4Script</emlink> - View the introduction to the script language C4Script.</text>
	<h>Search the documentation</h>
	<search/>
  </part>
  <author>Newton</author><date>2011-08</date>
</doc>