mirror of
https://github.com/CorsixTH/CorsixTH.git
synced 2025-07-23 12:23:05 +02:00
9 lines
373 B
Plaintext
9 lines
373 B
Plaintext
The following inheritance tree gives all classes present in the source code, in alphabetical order at each level, along with short descriptions.
|
|
<ul class="class_hierarchy">
|
|
<! for name, var in globals:pairs() do !>
|
|
<! if class.is(var, LuaClass) and not var:getSuperClass() then !>
|
|
<!= template "lua_class_tree" {class = var} !>
|
|
<! end !>
|
|
<! end !>
|
|
</ul>
|