Raw damage absorption: Difference between revisions
Jump to navigation
Jump to search
imported>Efilnikufecin No edit summary |
imported>Bale mNo edit summary |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{ | |||
Returns the total damage absorption of all | #vardefine:name|raw_damage_absorption}}{{ | ||
[[Category:Your Character | #vardefine:return_type|int}}{{ | ||
FunctionPage| | |||
name={{#var:name}}| | |||
function1={{Function| | |||
name={{#var:name}}| | |||
aggregate={{#var:aggregate}}| | |||
return_type={{#var:return_type}}| | |||
return_also={{#var:return_also}} | |||
}}| | |||
function_description=Returns the total damage absorption of all your gear and effects.| | |||
needscode=yes| | |||
see_also={{SeeAlso|damage_absorption_percent|damage_reduction}}| | |||
special=When not logged in, returns 0. | |||
}} | |||
[[Category:Your Character]] |
Latest revision as of 21:35, 21 May 2010
needs(code_samples);
Function Syntax
int raw_damage_absorption()
Returns the total damage absorption of all your gear and effects.
See Also
Special
When not logged in, returns 0.