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