GetKeyBoundToFunction: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:
*'''thePlayer:''' The player you are checking the function bound to a key
*'''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
*'''theFunction:''' The function in which you would like to check the bound key


===Returns===
===Returns===

Revision as of 15:12, 26 August 2007

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