Module:HeroData/doc: Difference between revisions

Jump to navigation Jump to search
LVL (talk | contribs)
Removed documentation for deleted functions write_infobox and write_stat_infoboxes
get_alt_fire_var
Line 67: Line 67:


This function will automatically search for the variable in the hero's top-level data, then the 'Weapon' block, then the 'AltFire' block.
This function will automatically search for the variable in the hero's top-level data, then the 'Weapon' block, then the 'AltFire' block.
=== get_alt_fire_var ===
Retrieve a hero's variable's from "AltFire" table. Works the same as get_hero_var
====Examples====
<pre>{{#invoke:HeroData|get_alt_fire_var|Viscous|BulletDamage}}</pre>
{{#invoke:HeroData|get_alt_fire_var|Viscous|BulletDamage}}


=== get_list_elem ===
=== get_list_elem ===