49
edits
(Created page with "{{dev/uicvar}} Path for loading native 'world' libraries. <kua>set lib_path './lib/'</kua> == Arguments == * name - 'lib_path' * value - Full or start folder relative path that contains loadable native world libraries. == Associations == * Is by default placed in the 'global' context. == Details == These libraries are platform native libs, with name suffixes by platform and operating system. Modules will load by finding the correct one by name, platform, and OS. [na...") |
|||
| Line 16: | Line 16: | ||
Platform names: | Platform names: | ||
* x86 - | * x86 - 32-bit x86 platform | ||
* x64 - | * x64 - 64-bit x64 platform | ||
* a64 - | * a64 - 64-bit ARM platform | ||
OS names: | OS names: | ||