get static method

BsOverlayEntry get(
  1. int index
)

get spesific data overlay

Implementation

static BsOverlayEntry get(int index) {
  return overlays[index];
}