Click or drag to resize

RaycastFlags Enumeration

Namespace:  ff14bot.Enums
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
[FlagsAttribute]
public enum RaycastFlags
Members
  Member nameValueDescription
RaycastFlags00
RaycastFlags11
ZoneBounds16 Hits the bounding box for the zone
HitBoundaries8192 Hits pretty much everything including the invisible walls you can fly through
PassthruBoundaries16384 Ignores walls that you can fly through and zone boundaries
Water32768 Water
SafetyLedge1048576 Ledges that can only be touched when flying is unavailable
BlockLanding2097152 Triangles with this flag prevent the user from landing on them while flying
CanDive8388608 Only hits areas where you can dive underwater
CanSurface16777216 Only hits areas where you surface
DummyIgnore4294967295 DummyFlag created for RB for when you don't actually want to ignore anything since 0 is a valid flag
See Also