Main Page
From GunGame5 Documentation
(Difference between revisions)
Line 10: | Line 10: | ||
* [[Custom Addons]] | * [[Custom Addons]] | ||
- | == Documentation == | + | == GunGame Documentation == |
* [[:Category:Package|GunGame Package Reference]]: Information about GunGame packages. | * [[:Category:Package|GunGame Package Reference]]: Information about GunGame packages. | ||
** [http://docs.python.org/tutorial/modules.html#packages What is a "package"?] | ** [http://docs.python.org/tutorial/modules.html#packages What is a "package"?] | ||
Line 22: | Line 22: | ||
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list] | * [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list] | ||
- | + | == GunGame Python Scripting == | |
+ | * Where did "gungamelib" go? | ||
+ | ** GunGame 5.1 takes full advantage of [http://docs.python.org/tutorial/modules.html#packages Python Packages] which allows us to better organize and structure the code into logical groups. GunGame 5.1 now uses [http://docs.python.org/tutorial/modules.html#intra-package-references "intra-package references"] instead of a congested library that contains all gungame-related commands. | ||
+ | http://docs.python.org/tutorial/modules.html |
Revision as of 17:45, 27 April 2009
MediaWiki has been successfully installed.
Consult the User's Guide for information on using the wiki software.
Contents |
Getting started with GunGame
- Installation
GunGame Addons
GunGame Documentation
- GunGame Package Reference: Information about GunGame packages.
- GunGame Module Reference: Information about GunGame modules.
- GunGame Class Reference: Information about GunGame classes.
- GunGame Class Method Reference: Information about GunGame class methods.
- GunGame Function Reference: Information about GunGame functions.
- Configuration settings list
- MediaWiki FAQ
- MediaWiki release mailing list
GunGame Python Scripting
- Where did "gungamelib" go?
- GunGame 5.1 takes full advantage of Python Packages which allows us to better organize and structure the code into logical groups. GunGame 5.1 now uses "intra-package references" instead of a congested library that contains all gungame-related commands.