GetKeyBoundToFunction

From Multi Theft Auto: Wiki

Jump to: navigation, search

getKeyBoundToFunction allows retrieval of the first key bound to a function.

Syntax

string getKeyBoundToFunction( player thePlayer, function theFunction )

Required Arguments

  • thePlayer: The player you are checking the function bound to a key
  • theFunction: The function in which you would like to check the bound key

Returns

Returns a string of the first key the function was bound to.

Example

This page does not have an example.

--add an example here

See Also