Entity.isRegistered

Tell whether a component is registered to the entity.

struct Entity
bool
isRegistered
(
C
)
()

Parameters

C

Component to test.

Return Value

Type: bool

true if the component is registered to the entity, false otherwise.

Throws

EntityException if the entity is invalid.

Meta