[Condition] isStraight
Posted: Sun Nov 07, 2021 9:37 am
Actor.isStraight()
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:
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