Category: Objects
/ Components
Since engine version: 5.1 OC
ComponentAll
Description
Checks whether an object is composed of only one specified component type.
Syntax
bool ComponentAll(id components);
Parameter
- components:
- id of the expected component.
See also: GetComponent


