Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IsSmallExceptionRegion()

static bool System.Reflection.Metadata.Ecma335.ExceptionRegionEncoder.IsSmallExceptionRegion ( int startOffset,
int length )
inlinestatic

Definition at line 24 of file ExceptionRegionEncoder.cs.

25 {
26 if ((uint)startOffset <= 65535u)
27 {
28 return (uint)length <= 255u;
29 }
30 return false;
31 }

References System.length.

Referenced by System.Reflection.Metadata.Ecma335.ExceptionRegionEncoder.IsSmallExceptionRegionFromBounds().