Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 251 Bytes

getByLabel.md

File metadata and controls

21 lines (13 loc) · 251 Bytes
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)