FutureProg functions
isclanmember
Boolean isclanmember(Character character, Clan clan)
Contexts: computer function, computer program, standard futureprog
Checks whether a character is a member of a clan, optionally constrained by minimum rank, appointment, or rank and paygrade. Errors if required character, clan, rank, paygrade, or appointment inputs are null; returns false when the membership requirement is not met.
character: The character whose memberships should be checked.
clan: The clan to check for membership.
Boolean isclanmember(Character character, Clan clan, Appointment appointment)
Contexts: computer function, computer program, standard futureprog
Checks whether a character is a member of a clan, optionally constrained by minimum rank, appointment, or rank and paygrade. Errors if required character, clan, rank, paygrade, or appointment inputs are null; returns false when the membership requirement is not met.
character: The character whose memberships should be checked.
clan: The clan to check for membership.
appointment: The clan appointment the character must hold.
Boolean isclanmember(Character character, Clan clan, Rank rank)
Contexts: computer function, computer program, standard futureprog
Checks whether a character is a member of a clan, optionally constrained by minimum rank, appointment, or rank and paygrade. Errors if required character, clan, rank, paygrade, or appointment inputs are null; returns false when the membership requirement is not met.
character: The character whose memberships should be checked.
clan: The clan to check for membership.
rank: The minimum clan rank the character must hold.
Boolean isclanmember(Character character, Clan clan, Rank rank, Paygrade paygrade)
Contexts: computer function, computer program, standard futureprog
Checks whether a character is a member of a clan, optionally constrained by minimum rank, appointment, or rank and paygrade. Errors if required character, clan, rank, paygrade, or appointment inputs are null; returns false when the membership requirement is not met.
character: The character whose memberships should be checked.
clan: The clan to check for membership.
rank: The minimum clan rank the character must hold.
paygrade: The minimum paygrade within the supplied rank.
Contexts: computer function, computer program, standard futureprog
Checks whether a character is a member of a clan, optionally constrained by minimum rank, appointment, or rank and paygrade. Errors if required character, clan, rank, paygrade, or appointment inputs are null; returns false when the membership requirement is not met.
character: The character whose memberships should be checked.
clan: The clan to check for membership.
Boolean isclanmember(Character character, Clan clan, Appointment appointment)
Contexts: computer function, computer program, standard futureprog
Checks whether a character is a member of a clan, optionally constrained by minimum rank, appointment, or rank and paygrade. Errors if required character, clan, rank, paygrade, or appointment inputs are null; returns false when the membership requirement is not met.
character: The character whose memberships should be checked.
clan: The clan to check for membership.
appointment: The clan appointment the character must hold.
Boolean isclanmember(Character character, Clan clan, Rank rank)
Contexts: computer function, computer program, standard futureprog
Checks whether a character is a member of a clan, optionally constrained by minimum rank, appointment, or rank and paygrade. Errors if required character, clan, rank, paygrade, or appointment inputs are null; returns false when the membership requirement is not met.
character: The character whose memberships should be checked.
clan: The clan to check for membership.
rank: The minimum clan rank the character must hold.
Boolean isclanmember(Character character, Clan clan, Rank rank, Paygrade paygrade)
Contexts: computer function, computer program, standard futureprog
Checks whether a character is a member of a clan, optionally constrained by minimum rank, appointment, or rank and paygrade. Errors if required character, clan, rank, paygrade, or appointment inputs are null; returns false when the membership requirement is not met.
character: The character whose memberships should be checked.
clan: The clan to check for membership.
rank: The minimum clan rank the character must hold.
paygrade: The minimum paygrade within the supplied rank.