Raw damage absorption: Difference between revisions
Jump to navigation
Jump to search
imported>Grotfang m moved Raw damage absorption() to Raw damage absorption: Conformity |
imported>Grotfang Conform to template |
||
Line 1: | Line 1: | ||
{{#vardefine:name|raw_damage_absorption}} | |||
Returns the total damage absorption of all | {{#vardefine:return_type|int}} | ||
{{FunctionPage| | |||
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
More Information
A_LINE_TO_NOTIFY_OF_EXTERNAL_INFO
Special
SPECIAL_NOTES_SUCH_AS_NOT-LOGGED-IN_VALUE