Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 226 Bytes

get.md

File metadata and controls

21 lines (13 loc) · 226 Bytes
l1.get(id)

Get a behavior by id.

Arguments

id (string): The behavior id

Returns

(*): Returns the found behavior, else undefined.

Example

const id = 'movement'

const behavior = l1.get(id)