Engine:CVAR lib path: Difference between revisions

Line 11: Line 11:


== Details ==
== 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.
Path to the platform native libraries for the world. The library file name format uses name suffixes to distinguish between versions of the same library compiled for different platforms. Modules will load by finding the correct one by name, platform, OS, and OS module type extension.


  [name][platform][.os][.extension]
  [name][platform][.os][.extension]