Warning: You are not logged in. Once you make an edit, a temporary account will be created for you.
Learn more.
Log in or
create an account to continue receiving notifications after this account expires, and to access other features.
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision |
Your text |
| Line 23: |
Line 23: |
| Returns: | | Returns: |
| <code>{{#invoke:Abilities|get_ability_prop|Afterburn|BurnDuration}}</code> | | <code>{{#invoke:Abilities|get_ability_prop|Afterburn|BurnDuration}}</code> |
|
| |
| You can also retrieve nested properties by using dot notation to drill down into the data structure. For example, to get a value nested inside a <code>Scale</code> table:
| |
| <pre>{{#invoke:Abilities|get_ability_prop|Lycan Curse|MaxRage.Scale.Value}}</pre>
| |
| Returns:
| |
| <code>{{#invoke:Abilities|get_ability_prop|Lycan Curse|MaxRage.Scale.Value}}</code>
| |
|
| |
|
| === get_ability_upgrade_prop === | | === get_ability_upgrade_prop === |