1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-12-09 00:34:32 +00:00

One more stylistic adjustment for the docs

This commit is contained in:
Alexei Kotov 2025-12-05 06:00:52 +03:00
parent 65949b17b7
commit 0d68fb2d25

View file

@ -204,7 +204,7 @@
-- local effect = core.magic.effects.records[core.magic.EFFECT_TYPE.Sanctuary]
-- local pos = self.position + util.vector3(0, 100, 0)
-- local model = types.Static.records[effect.castStatic].model
-- core.sendGlobalEvent('SpawnVfx', {model = model, position = pos, options = { useAmbientLight=false, vfxId = "myVfx" }})
-- core.sendGlobalEvent('SpawnVfx', {model = model, position = pos, options = { useAmbientLight = false, vfxId = "myVfx" }})
--
---