GetFunctionsBoundToKey

From Multi Theft Auto: Wiki
Revision as of 09:46, 26 February 2009 by Winky (talk | contribs) (New page: __NOTOC__ {{Server function}} Gets the functions bound to a key. To bind a function to a key use the bindKey function ==Syntax== <syntaxhighlight lang="lua"> string getFunctionsBoundToKey ( player th...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Gets the functions bound to a key. To bind a function to a key use the bindKey function

Syntax

string getFunctionsBoundToKey ( player thePlayer, string theKey )

Required Arguments

  • thePlayer: The player to get the functions from a key.
  • theKey: The key you wish to check the functions from.

Returns

Returns a string of the functions bound on that key.

Example

--Example here

See Also