Enum "EntityCollisionClass"

DLC

Value

Enumerator

Comment

{: .abp .tooltip .badge }

0

ENTCOLL_NONE {: .copyable }

no collision with other entities

{: .abp .tooltip .badge }

1

ENTCOLL_PLAYERONLY {: .copyable }

collide with player only

{: .abp .tooltip .badge }

2

ENTCOLL_PLAYEROBJECTS {: .copyable }

collide with player, tears, familiars, ..

{: .abp .tooltip .badge }

3

ENTCOLL_ENEMIES {: .copyable }

collide with enemies

{: .abp .tooltip .badge }

4

ENTCOLL_ALL {: .copyable }

collide with everything

Last updated