FutureProg functions

legalclassoutranks

Crime · computer function, computer program, standard futureprog

Boolean legalclassoutranks(Character offender, Character victim, LegalAuthority authority)
Contexts: computer function, computer program, standard futureprog
Returns true if the first character's legal class outranks the second character's legal class in the specified authority
offender: The offender to evaluate
victim: The victim to evaluate
authority: The legal authority to resolve the legal classes in

Boolean legalclassoutranks(LegalClass offenderclass, LegalClass victimclass)
Contexts: computer function, computer program, standard futureprog
Returns true if the first legal class outranks the second legal class
offenderclass: The legal class to test as the higher-ranked side
victimclass: The legal class to test as the lower-ranked side

← Back to FutureProg functions