1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-10-16 16:46:34 +00:00

Fix Lua example

This commit is contained in:
Evil Eye 2025-09-01 22:28:13 +02:00
parent ea3240ce03
commit d0f7152839

View file

@ -200,7 +200,7 @@
-- @usage -- Spawn a sanctuary effect near the player
-- local effect = core.magic.effects.records[core.magic.EFFECT_TYPE.Sanctuary]
-- local pos = self.position + util.vector3(0, 100, 0)
-- local model = types.Static.record(effect.castingStatic).model
-- local model = types.Static.records[effect.castStatic].model
-- core.sendGlobalEvent('SpawnVfx', {model = model, position = pos})
--