enum Tsh::CollisionFlags
Overview
Flags for setting a PlayThing's collision
Defined in:
plaything.crEnum Members
-
Player =
1 -
Pickup =
2 -
Obstacle =
4 -
Enemy =
8 -
Custom1 =
16 -
Custom2 =
32 -
Custom3 =
64 -
Custom4 =
128 -
Custom5 =
256 -
Custom6 =
512 -
None =
0 -
All =
1023
Instance Method Summary
- #custom1?
- #custom2?
- #custom3?
- #custom4?
- #custom5?
- #custom6?
- #enemy?
- #none?
- #obstacle?
- #pickup?
- #player?