mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Merge branch 'bolt-is-not-a-static' into 'master'
[Lua] rename boltStatic to bolt in magic effect record bindings. See merge request OpenMW/openmw!4342
This commit is contained in:
commit
5711a395af
3 changed files with 3 additions and 3 deletions
|
@ -700,7 +700,7 @@
|
|||
-- @field #string castStatic Identifier of the vfx static used for casting
|
||||
-- @field #string hitStatic Identifier of the vfx static used on hit
|
||||
-- @field #string areaStatic Identifier of the vfx static used for AOE spells
|
||||
-- @field #string boltStatic Identifier of the projectile vfx static used for ranged spells
|
||||
-- @field #string bolt Identifier of the projectile used for ranged spells
|
||||
-- @field #string castSound Identifier of the sound used for casting
|
||||
-- @field #string hitSound Identifier of the sound used on hit
|
||||
-- @field #string areaSound Identifier of the sound used for AOE spells
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue