You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
selfsame edited this page Dec 6, 2014
·
15 revisions
A verb represents a function with which an entity interacts with the world. verbs.verbs is a map of regex keys to string verb names, and is used to fine tune routing of input strings to verb calls.
Verbs can be called from outside the player input handler with components.act(verb, entity, arg)