Page 1 of 1

[Condition] isStraight

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

Code: Select all

    If John.isStraight()
        "<John.name> is hetero!"
    Endif