Scripting/Squirrel/Client Functions/World::FindPlayer

From Vice City Multiplayer
Revision as of 05:21, 14 July 2016 by Xmair (talk | contribs) (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'...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Caution icon
This wiki is using an old backup from 2020
Some information may be old/missing

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.

Example

This page needs an example.