Weight adjustment: Difference between revisions

From Kolmafia
Jump to navigation Jump to search
imported>Heeheehee
m Fixed to fit the description, heh.
imported>Bale
mNo edit summary
Line 5: Line 5:
FunctionPage|
FunctionPage|
name={{#var:name}}|
name={{#var:name}}|
function_category=Your Character|


function1={{Function|
function1={{Function|
Line 30: Line 29:
special=Returns 0 when not logged in.|
special=Returns 0 when not logged in.|
}}
}}
[[Category:Your Character]]

Revision as of 21:31, 21 May 2010

Function Syntax

int weight_adjustment()

Returns the cumulative total of all familiar weight adjustments from equipment, effects, passive skills, and area modifiers.

Code Samples

Checks to see how heavy a specified familiar is, including all weight-affecting effects.

boolean fam_weight( familiar fam ) {
   return ( familiar_weight(fam) + weight_adjustment() );
}

See Also

familiar_weight() | my_familiar()

Special

Returns 0 when not logged in.