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:
parent
65949b17b7
commit
0d68fb2d25
1 changed files with 1 additions and 1 deletions
|
|
@ -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" }})
|
||||
--
|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Reference in a new issue