Scripting/Squirrel/Client Functions/World::FindPlayer: Difference between revisions
Jump to navigation
Jump to search
This wiki is using an old backup from 2020
Some information may be old/missing
(Created page with "This function returns the player instance for the ID, or null if the player does not exist. == Syntax == <pre>World.FindPlayer( int_ID )</pre> == Arguments == * '''INTEGER'...") |
No edit summary |
||
Line 7: | Line 7: | ||
* '''INTEGER''' '''int_ID''' The ID of the player to find. | * '''INTEGER''' '''int_ID''' The ID of the player to find. | ||
== Return type == | |||
'''Instance'''. | |||
== Example == | == Example == | ||
This page needs an example. | This page needs an example. |
Latest revision as of 05:52, 14 July 2016
This function returns the player instance for the ID, or null if the player does not exist.
Syntax
World.FindPlayer( int_ID )
Arguments
- INTEGER int_ID The ID of the player to find.
Return type
Instance.
Example
This page needs an example.