Experience bonus: Difference between revisions
Jump to navigation
Jump to search
imported>Grotfang Conform to template |
imported>StDoodle mNo edit summary |
||
Line 1: | Line 1: | ||
{{#vardefine:name|experience_bonus}} | {{ | ||
{{#vardefine:return_type|float}} | #vardefine:name|experience_bonus}}{{ | ||
#vardefine:return_type|float}}{{ | |||
FunctionPage| | |||
name={{#var:name}}| | name={{#var:name}}| | ||
function_category=Your Character| | function_category=Your Character| | ||
Line 14: | Line 15: | ||
function_description=Returns your current combined stat bonuses from equipment and effects (including familiars).| | function_description=Returns your current combined stat bonuses from equipment and effects (including familiars).| | ||
needscode=yes| | |||
special=Returns 0 when not logged in. | special=Returns 0 when not logged in. | ||
}} | }} |
Revision as of 15:10, 8 March 2010
needs(code_samples);
Function Syntax
float experience_bonus()
Returns your current combined stat bonuses from equipment and effects (including familiars).
Special
Returns 0 when not logged in.