Skip to content
Alessandro Febretti edited this page Sep 14, 2015 · 5 revisions

module omega

These functions are used control the loading of assets.

ofindFile(name)

Searches for a file, returning the full path if found, or an empty string if the search fails. See the filesystem management page for more information on file lookup in omegalib.

osetdataprefix(prefix)

Sets a path prefix for data loading operations. Currently used only for image loading commands.

ogetdataprefix()

Gets the path prefix used for data loading operations. Currently used only for image loading commands.

Clone this wiki locally