Difference between revisions of "Unification Java plugin API"

From Wikiid
Jump to: navigation, search
(New page: All objects in Unification are controlled by Java plugins. The interface to the game is built into 'class GameInterface' and all plugins are required to derive from that class. This ...)
 
 
Line 4: Line 4:
  
 
This document explains the things that GameInterface provides:
 
This document explains the things that GameInterface provides:
 +
 +
{{Unification}}

Latest revision as of 11:03, 16 February 2008

All objects in Unification are controlled by Java plugins.

The interface to the game is built into 'class GameInterface' and all plugins are required to derive from that class.

This document explains the things that GameInterface provides:


Wikiid Pages relating to Unification (edit)
Unification - Main page
Unification - Controls
Unification - Levels :
List of Levels, Level design, Screen shots, Models
Unification - Java Plugins :
Java plugin API, Event handling, Flags, GameInterface API , Alphabetical Index
Unification - Source Code Documentation :
Initialisation, Main Loop, gameTools, PLIB II