Skip to main content

Condition_IsBizStall

Description

Returns whether the BaseObject (a market stall object) is registered as a stall object within a HouseholdBiz site. Equal is true if the object is a registered biz stall; NotEqual is true if it is not.

Parameters

ParameterDescription
BaseObjectA GameObject (market stall object) whose registration status in a HouseholdBiz site is checked.
CompareTypeEqual: true if the object is a registered biz stall. NotEqual: true if it is not.

Examples

DescriptionBaseObjectCommandCompareType
Check if Self is a registered stall object in a biz siteSelfIsBizStallEqual
Check if Target is not a registered stall objectTargetIsBizStallNotEqual
Check if Self is currently a stall in any HouseholdBizSelfIsBizStallEqual