Skip to content

housemate (constant)

Syntax

housemate

Description

A constant representing the "housemate" household relationship.

Examples

Assuming household_relationship is a numeric follwing this convention, agents who are housemates can be filtered and sent to the state Selection with:

next_if(Selection, housemate == householder)

See Also