FutureProg functions
outranksorpeer
Boolean outranksorpeer(Character character, Character target, Clan clan)
Contexts: computer function, computer program, standard futureprog
Checks whether the first character outranks or is at the same rank level as the second in the supplied clan. Errors if either character or the clan is null; returns false if either character is not a valid member in that clan.
character: The character whose rank should be compared.
target: The other character to compare against.
clan: The clan whose rank hierarchy should be used.
Contexts: computer function, computer program, standard futureprog
Checks whether the first character outranks or is at the same rank level as the second in the supplied clan. Errors if either character or the clan is null; returns false if either character is not a valid member in that clan.
character: The character whose rank should be compared.
target: The other character to compare against.
clan: The clan whose rank hierarchy should be used.