63
edits
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= | |||
< | <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</ | Metahash = 3977855576.0</pre>|2=TempMetasystem.lua dump}} | ||