Legacy:Functions/Map/Input

From Spherical
< Legacy:Functions‎ | Map
Revision as of 23:52, 1 June 2013 by Apollolux (talk | contribs) (Reformat for new convention)
Jump to: navigation, search

Player input

Binding scripts to input devices

  • BindKey(key, on_key_down, on_key_up): Bind scripts to key events.
  • UnbindKey(key): Remove script binding from the given key.