findCallbacks

Finds all callbacks in for a given tag. Param: tag = The tag that should be searched for callbacks.

string[]
findCallbacks
(
const Tag tag
)

Return Value

Type: string[]

A list of the name of each callback. This list will not contain any dupliates.

Meta