Weight adjustment: Difference between revisions
Jump to navigation
Jump to search
Created page with example. |
(No difference)
|
Revision as of 07:31, 10 March 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() {
return ( familiar_weight(my_familiar()) + weight_adjustment() );
}See Also
Special
Returns 0 when not logged in.