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:

if(household_relationship == housemate) then next(Selection)

See Also