Raw damage absorption: Difference between revisions

From Kolmafia
Jump to navigation Jump to search
imported>Grotfang
imported>Grotfang
Conform to template
Line 1: Line 1:
'''int raw_damage_absorption()'''<br/>
{{#vardefine:name|raw_damage_absorption}}
Returns the total damage absorption of all of your gear and effects.
{{#vardefine:return_type|int}}
[[Category:Your Character | Raw damage absorption()]]
 
[[Category:Ash Functions |Raw damage absorption()]]
{{FunctionPage|
[[Category:Needs Code Samples | Raw damage absorption()]]
name={{#var:name}}|
function_category=Your Character|
 
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.|
 
code1={{CodeSample|
title=Code Examples|
description=DESCRIPTION OF CODE|
code=
<syntaxhighlight>
CODE GOES HERE
</syntaxhighlight>
}}|
 
see_also={{SeeAlso|FIRST|SECOND|ETC}}|
cli_equiv=LIST_CLI_EQUIVALENT_INFO|
more_info=A_LINE_TO_NOTIFY_OF_EXTERNAL_INFO|
special=SPECIAL_NOTES_SUCH_AS_NOT-LOGGED-IN_VALUE
}}

Revision as of 20:52, 28 February 2010



Function Syntax

int raw_damage_absorption()

Returns the total damage absorption of all your gear and effects.

Code Examples

DESCRIPTION OF CODE

CODE GOES HERE

CLI Equivalent

LIST_CLI_EQUIVALENT_INFO

See Also

FIRST() | SECOND() | ETC()

More Information

A_LINE_TO_NOTIFY_OF_EXTERNAL_INFO

Special

SPECIAL_NOTES_SUCH_AS_NOT-LOGGED-IN_VALUE