GetPlayerSerial: Difference between revisions
Jump to navigation
Jump to search
(New page: ==Syntax== <syntaxhighlight lang="lua"> string getPlayerSerial ( player thePlayer ) </syntaxhighlight> ===Required Arguments=== *'''thePlayer:''' A player object referencing the specified player. ===Returns=== Re...) |
|||
Line 9: | Line 9: | ||
===Returns=== | ===Returns=== | ||
Returns the serial as a string if it was found, ''false'' otherwise. | Returns the serial as a string if it was found, ''false'' otherwise. | ||
==See Also== | |||
{{Serial functions}} |
Revision as of 17:53, 22 January 2008
Syntax
string getPlayerSerial ( player thePlayer )
Required Arguments
- thePlayer: A player object referencing the specified player.
Returns
Returns the serial as a string if it was found, false otherwise.