Skip to content
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)

Clone this wiki locally