The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

Sample Code  0.1 20120518
Functions
class.lua File Reference

enables classes in lua More...

Go to the source code of this file.

Functions

function class (BaseClass, ClassInitialiser)
 ``declare'' as class
 

Detailed Description

enables classes in lua

Definition in file class.lua.

Function Documentation

function class ( BaseClass  ,
ClassInitialiser   
)

``declare'' as class

use as:

TWibble = class()
function TWibble.init(instance)
self.instance = instance
-- more stuff here
end

Definition at line 36 of file class.lua.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.