Types/AttackParameters: Difference between revisions
Jump to navigation
Jump to search
LazyFridge (talk | contribs) m (→type) |
(proper doc) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
A [[types/table]]. The table is loaded as one of the extensions of [[Types/BaseAttackParameters]], depending on the value of the <code>type</code> key. | |||
== type == | |||
'''Type''': [[Types/string]] | '''Type''': [[Types/string]] | ||
Mandatory member. Either "projectile", "beam" or "stream". | |||
* If this is <code>"projectile"</code>, this table is loaded as a [[Types/ProjectileAttackParameters]], | |||
* if this is <code>"beam"</code>, this table is loaded as a [[Types/BeamAttackParameters]], | |||
* if this is <code>"stream"</code>, this table is loaded as a [[Types/StreamAttackParameters]]. | |||
Latest revision as of 10:30, 11 February 2019
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.