Types/AttackParameters
Jump to navigation
Jump to search
A types/table. The table is loaded as one of the extensions of Types/BaseAttackParameters, depending on the value of the type
key.
type
Type: Types/string
Mandatory member. Either "projectile", "beam" or "stream".
- If this is
"projectile"
, this table is loaded as a Types/ProjectileAttackParameters, - if this is
"beam"
, this table is loaded as a Types/BeamAttackParameters, - if this is
"stream"
, this table is loaded as a Types/StreamAttackParameters.