diff --git a/concord/init.lua b/concord/init.lua index 705289a..1c09669 100644 --- a/concord/init.lua +++ b/concord/init.lua @@ -4,7 +4,7 @@ local PATH = (...):gsub('%.init$', '') local Concord = { - _VERSION = "2.0 Beta", + _VERSION = "3.0", _DESCRIPTION = "A feature-complete ECS library", _LICENCE = [[ MIT LICENSE diff --git a/docs/modules/Components.html b/docs/modules/Components.html deleted file mode 100644 index de521c2..0000000 --- a/docs/modules/Components.html +++ /dev/null @@ -1,185 +0,0 @@ - - - - - Reference - - - - -
- -
- -
-
-
- - -
- - - - - - -
- -

Module Components

-

Container for registered ComponentClasses

-

- - -

Functions

- - - - - - - - - - - - - -
has (name)Returns true if the containter has the ComponentClass with the specified name
try (name)Returns true and the ComponentClass if one was registered with the specified name - or false and an error otherwise
get (name)Returns the ComponentClass with the specified name
- -
-
- - -

Functions

- -
-
- - has (name) -
-
- Returns true if the containter has the ComponentClass with the specified name - - -

Parameters:

-
    -
  • name - string - Name of the ComponentClass to check -
  • -
- -

Returns:

-
    - - boolean - -
- - - - -
-
- - try (name) -
-
- Returns true and the ComponentClass if one was registered with the specified name - or false and an error otherwise - - -

Parameters:

-
    -
  • name - string - Name of the ComponentClass to check -
  • -
- -

Returns:

-
    -
  1. - boolean -
  2. -
  3. - Component - or error string
  4. -
- - - - -
-
- - get (name) -
-
- Returns the ComponentClass with the specified name - - -

Parameters:

-
    -
  • name - string - Name of the ComponentClass to get -
  • -
- -

Returns:

-
    - - Component - -
- - - - -
-
- - -
-
-
-generated by LDoc 1.4.6 -Last updated 2020-08-18 15:20:32 -
-
- - diff --git a/docs/modules/components.html b/docs/modules/components.html index f97534d..de521c2 100644 --- a/docs/modules/components.html +++ b/docs/modules/components.html @@ -38,17 +38,13 @@

Contents

Modules

Classes