Page 1 of 1

[Condition] isGay

Posted: Sun Nov 07, 2021 9:48 am
by Raddeck
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:

Code: Select all

    If John.isGay()
        "<John.name> is gay!"
    Endif