Main public logs
Appearance
Combined display of all available logs of Advanced Computers Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:57, 31 July 2026 GHXX talk contribs created page Component (Created page with "All functionality in Advanced Computers is implemented via components. Components are represented by Lua's Userdata (short: UD) type, which in our case are represented by Java objects which are provided by items/blocks. Components are generally accessed by calling <code>computer:getFirst("yourComponentType")</code>, for more information see {{Component:Computer}}.")