From bb30c1012fbef34e155558ad3008ce029670329e Mon Sep 17 00:00:00 2001 From: realtradam Date: Fri, 9 Jul 2021 01:57:33 -0400 Subject: readme rewrite --- docs/FelFlame/ComponentManager.html | 150 ++++++++++++++++++------------------ 1 file changed, 75 insertions(+), 75 deletions(-) (limited to 'docs/FelFlame/ComponentManager.html') diff --git a/docs/FelFlame/ComponentManager.html b/docs/FelFlame/ComponentManager.html index ef75405..d75d01c 100644 --- a/docs/FelFlame/ComponentManager.html +++ b/docs/FelFlame/ComponentManager.html @@ -617,6 +617,10 @@
 
 
+100
+101
+102
+103
 104
 105
 106
@@ -631,14 +635,10 @@
 115
 116
 117
-118
-119
-120
-121
-122
+118 -
# File 'component_manager.rb', line 104
+      
# File 'component_manager.rb', line 100
 
 def initialize(**attrs)
   # Prepare the object
@@ -710,12 +710,12 @@
       
 
 
-136
-137
-138
+132 +133 +134
-
# File 'component_manager.rb', line 136
+      
# File 'component_manager.rb', line 132
 
 def addition_triggers
   @addition_triggers ||= []
@@ -766,12 +766,12 @@
       
 
 
-152
-153
-154
+148 +149 +150
-
# File 'component_manager.rb', line 152
+      
# File 'component_manager.rb', line 148
 
 def attr_triggers
   @attr_triggers ||= {}
@@ -822,12 +822,12 @@
       
 
 
-144
-145
-146
+140 +141 +142
-
# File 'component_manager.rb', line 144
+      
# File 'component_manager.rb', line 140
 
 def removal_triggers
   @removal_triggers ||= []
@@ -883,12 +883,12 @@
       
 
 
-81
-82
-83
+77 +78 +79
-
# File 'component_manager.rb', line 81
+      
# File 'component_manager.rb', line 77
 
 def addition_triggers
   @addition_triggers ||= []
@@ -939,12 +939,12 @@
       
 
 
-97
-98
-99
+93 +94 +95
-
# File 'component_manager.rb', line 97
+      
# File 'component_manager.rb', line 93
 
 def attr_triggers
   @attr_triggers ||= {}
@@ -995,12 +995,12 @@
       
 
 
-63
-64
-65
+59 +60 +61
-
# File 'component_manager.rb', line 63
+      
# File 'component_manager.rb', line 59
 
 def id
   @id
@@ -1051,12 +1051,12 @@
       
 
 
-89
-90
-91
+85 +86 +87
-
# File 'component_manager.rb', line 89
+      
# File 'component_manager.rb', line 85
 
 def removal_triggers
   @removal_triggers ||= []
@@ -1141,12 +1141,12 @@
       
 
 
-169
-170
-171
+165 +166 +167
-
# File 'component_manager.rb', line 169
+      
# File 'component_manager.rb', line 165
 
 def [](component_id)
   data[component_id]
@@ -1195,12 +1195,12 @@
       
 
 
-176
-177
-178
+172 +173 +174
-
# File 'component_manager.rb', line 176
+      
# File 'component_manager.rb', line 172
 
 def each(&block)
   data.compact.each(&block)
@@ -1260,18 +1260,18 @@
       
 
 
+199
+200
+201
+202
 203
 204
 205
 206
-207
-208
-209
-210
-211
+207
-
# File 'component_manager.rb', line 203
+      
# File 'component_manager.rb', line 199
 
 def attr_changed_trigger_systems(attr)
   systems_to_execute = self.class.attr_triggers[attr]
@@ -1331,16 +1331,16 @@
       
 
 
+230
+231
+232
+233
 234
 235
-236
-237
-238
-239
-240
+236
-
# File 'component_manager.rb', line 234
+      
# File 'component_manager.rb', line 230
 
 def attrs
   return_hash = instance_variables.each_with_object({}) do |key, final|
@@ -1398,6 +1398,10 @@
       
 
 
+211
+212
+213
+214
 215
 216
 217
@@ -1410,14 +1414,10 @@
 224
 225
 226
-227
-228
-229
-230
-231
+227
-
# File 'component_manager.rb', line 215
+      
# File 'component_manager.rb', line 211
 
 def delete
   addition_triggers.each do |system|
@@ -1480,12 +1480,12 @@
       
 
 
-189
-190
-191
+185 +186 +187
-
# File 'component_manager.rb', line 189
+      
# File 'component_manager.rb', line 185
 
 def entities
   @entities ||= []
@@ -1534,12 +1534,12 @@
       
 
 
-183
-184
-185
+179 +180 +181
-
# File 'component_manager.rb', line 183
+      
# File 'component_manager.rb', line 179
 
 def to_i
   id
@@ -1593,14 +1593,14 @@
       
 
 
-195
-196
-197
-198
-199
+191 +192 +193 +194 +195
-
# File 'component_manager.rb', line 195
+      
# File 'component_manager.rb', line 191
 
 def update_attrs(**opts)
   opts.each do |key, value|
@@ -1617,7 +1617,7 @@
 
 
       
-- 
cgit v1.2.3