Difference between revisions of "Metasystem"

Jump to navigation Jump to search
35 bytes added ,  02:44, 29 September 2021
implemented collapsible
m
(implemented collapsible)
 
Line 3: Line 3:


This maybe isn't a clean printout of the vanilla Metasystem, might includes some objects created to make the Lua injector work, and random notes/conjecture about what some things do.
This maybe isn't a clean printout of the vanilla Metasystem, might includes some objects created to make the Lua injector work, and random notes/conjecture about what some things do.
 
{{Collapse|1=
  <nowiki>
  <pre>
-- A table of all non-abstract classes registered with the meta system.
-- A table of all non-abstract classes registered with the meta system.
Metasystem =
Metasystem =
Line 18,887: Line 18,887:
-- A hash of the names of all classes and their members.  Can be used to
-- A hash of the names of all classes and their members.  Can be used to
-- quickly determine if two metasystems are compatible.
-- quickly determine if two metasystems are compatible.
Metahash = 3977855576.0</nowiki>
Metahash = 3977855576.0</pre>|2=TempMetasystem.lua dump}}

Navigation menu