FutureProg functions
outranks
Boolean outranks(Character character, Character target, Clan clan)
Contexts: computer function, computer program, standard futureprog
Checks whether the first character outranks 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 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.