From bf6769c6b1658c5f6a7b02fc8fc0400fc4f61dec Mon Sep 17 00:00:00 2001 From: realtradam Date: Fri, 28 Jan 2022 16:41:23 -0500 Subject: fix order of attr triggers --- docs/FelECS.html | 335 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 335 insertions(+) create mode 100644 docs/FelECS.html (limited to 'docs/FelECS.html') diff --git a/docs/FelECS.html b/docs/FelECS.html new file mode 100644 index 0000000..d2d03b4 --- /dev/null +++ b/docs/FelECS.html @@ -0,0 +1,335 @@ + + + + + + + Module: FelECS + + — Documentation by YARD 0.9.26 + + + + + + + + + + + + + + + + + + + +
+ + +

Module: FelECS + + + +

+
+ + + + + + + + + + + +
+
Defined in:
+
lib/felecs.rb,
+ lib/felecs/order.rb,
lib/felecs/version.rb,
lib/felecs/scene_manager.rb,
lib/felecs/stage_manager.rb,
lib/felecs/entity_manager.rb,
lib/felecs/system_manager.rb,
lib/felecs/component_manager.rb
+
+
+ +
+ +

Overview

+
+ +

:nocov: Keeps the version of the Gem

+ + +
+
+
+ + +

Defined Under Namespace

+

+ + + Modules: Components, Order, Stage + + + + Classes: ComponentManager, Entities, Scenes, Systems + + +

+ + +

+ Constant Summary + collapse +

+ +
+ +
Ent = +
+
+ +

An alias for Entities

+ + +
+
+
+ + +
+
+
FelECS::Entities
+ +
Cmp = +
+
+ +

An alias for Components

+ + +
+
+
+ + +
+
+
FelECS::Components
+ +
Sys = +
+
+ +

An alias for Systems

+ + +
+
+
+ + +
+
+
FelECS::Systems
+ +
Scn = +
+
+ +

An alias for Scenes

+ + +
+
+
+ + +
+
+
FelECS::Scenes
+ +
Stg = +
+
+ +

An alias for Stage

+ + +
+
+
+ + +
+
+
FelECS::Stage
+ +
Odr = +
+
+
An alias for {FelECS +
+ + +
+
+
+ + +
+
+
FelECS::Order
+ +
VERSION = +
+
+ +

The version of the Gem

+ + +
+
+
+ + +
+
+
'5.0.0'
+ +
+ + + + + + + + + +

+ Class Method Summary + collapse +

+ + + + + + +
+

Class Method Details

+ + +
+

+ + .callObject + + + + + +

+
+ +

An alias for FelECS::Stage.call. It executes a single frame in the game.

+ + +
+
+
+ + +
+ + + + +
+
+
+
+18
+19
+20
+
+
# File 'lib/felecs.rb', line 18
+
+def call
+  FelECS::Stage.call
+end
+
+
+ +
+ +
+ + + +
+ + \ No newline at end of file -- cgit v1.2.3