Module pico8lib.class

Create object oriented classes with inheritance

Local Functions

class (parent[, proto]) Create a new class from a parent class, with optional prototype


Local Functions

class (parent[, proto])
Create a new class from a parent class, with optional prototype

Parameters:

  • parent class The parent of this new class
  • proto table A table definition of the child class (prototype/default keys/values) (optional)

Returns:

    class Constructor function for the newly defined class
generated by LDoc 1.5.0 Last updated 2024-09-08 14:28:56