l1.getByLabel(label) Get behaviors by label. Arguments label (String): The behavior label. Returns (Array): Returns a list of found behaviors Example const label = 'player' const behaviors = l1.getByLabel(label)