49
edits
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{dev/uicvar}} | {{dev/uicvar}} | ||
Base name for the default 'world' module, without platform postfix or extensions. | |||
<kua>set module 'game'</kua> | <kua>set module 'game'</kua> | ||
| Line 19: | Line 19: | ||
; Lifetime | ; Lifetime | ||
World is loaded separately through configuration, and lives on its own managed by the engine 'World' module. A library may create and manage sets of entities and control how they interact and provide other services. | |||
During world load, the world may manage which native libraries if any get loaded. A library may also cause a different world to load. Also, no library may load at all. | |||
; Library load name and path: | ; Library load name and path: | ||