USE:
Check if an actor is only interested in the opposite sex, i.e. false if bi
TYPE: Condition, Reference
RETURNS: bool
THEME: Gender
COMPARE: isStraightNonTrans, isSameGender, isInterestedIn
EXAMPLE:
Code: Select all
If John.isStraight()
"<John.name> is hetero!"
Endif