Namespace:
ff14bot.Enums
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax [FlagsAttribute]
public enum RaycastFlags
Members
| Member name | Value | Description |
---|
| RaycastFlags0 | 0 | |
| RaycastFlags1 | 1 | |
| ZoneBounds | 16 |
Hits the bounding box for the zone
|
| HitBoundaries | 8192 |
Hits pretty much everything including the invisible walls you can fly through
|
| PassthruBoundaries | 16384 |
Ignores walls that you can fly through and zone boundaries
|
| Water | 32768 |
Water
|
| SafetyLedge | 1048576 |
Ledges that can only be touched when flying is unavailable
|
| BlockLanding | 2097152 |
Triangles with this flag prevent the user from landing on them while flying
|
| CanDive | 8388608 |
Only hits areas where you can dive underwater
|
| CanSurface | 16777216 |
Only hits areas where you surface
|
| DummyIgnore | 4294967295 |
DummyFlag created for RB for when you don't actually want to ignore anything since 0 is a valid flag
|
See Also