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