Player::ip: Difference between revisions

From RAGE Multiplayer Wiki
(Created page with "This property returns players ip adress. '''Note: this property is read-only.''' == Example == <source lang="javascript"> let playerIP = player.ip </source>")
 
No edit summary
Line 6: Line 6:
let playerIP = player.ip
let playerIP = player.ip
</source>
</source>
==See Also==
{{Player_block}}

Revision as of 13:48, 17 April 2017

This property returns players ip adress.

Note: this property is read-only.

Example

let playerIP = player.ip

See Also