mirror of
https://github.com/OpenMW/openmw.git
synced 2026-05-06 15:59:32 -04:00
10 lines
237 B
Lua
10 lines
237 B
Lua
local content = require('openmw.content')
|
|
|
|
return {
|
|
engineHandlers = {
|
|
onContentFilesLoaded = function()
|
|
content.statics.records.OMW_Generated_Static = { model = 'meshes/generatedonload.nif' }
|
|
end
|
|
}
|
|
}
|