File: void.txt

package info (click to toggle)
colobot 0.2.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 415,536 kB
  • sloc: cpp: 129,246; ansic: 8,872; python: 2,158; sh: 672; awk: 91; xml: 35; makefile: 31
file content (11 lines) | stat: -rw-r--r-- 246 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
\b;Type \c;void\n;
Use this type when you want to declare a function that returns nothing.

Example:
\c;\s;void MyFunction(int a)
\s;{
\s;	...
\s;}
\n;
\t;See also
\l;Programming\u cbot;, \l;types\u cbot\type; and \l;categories\u cbot\category;.