mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-23 03:47:34 -04:00
Merge branch 'castStatic' into 'master'
Fix Lua example See merge request OpenMW/openmw!4910
This commit is contained in:
commit
63eebac784
@ -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})
|
||||
--
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user