Added/updated EE-specific fields for fj_are_structure types spawn, animation, songs and projectile.
Note:
Parameter fj_target (short) of projectile type may not be fully backwards compatible because it has been split into fj_target (byte) for the intended EA target and the trap creator fj_creator (byte). However, it isn't widely known that the creator field exists and should default to 0 in existing mods (if there are any).
Added/updated EE-specific fields for fj_are_structure types
spawn
,animation
,songs
andprojectile
.Note: Parameter
fj_target
(short) ofprojectile
type may not be fully backwards compatible because it has been split intofj_target
(byte) for the intended EA target and the trap creatorfj_creator
(byte). However, it isn't widely known that the creator field exists and should default to 0 in existing mods (if there are any).