entityGroupExists

Script::entityGroupExists

Checks if an Entity Group exists.

Declaration

bool entityGroupExists(const std::string& entityGroupName);

Parameters

Name

Type

Description

entityGroupName

const std::string&

The Entity Group to check the existence of.

Returns

true if at least one Entity is in the Entity Group, else, returns false.