1
0
mirror of https://github.com/XLabsProject/iw4x-rawfiles.git synced 2023-08-02 15:02:11 +02:00

feat: add getiP

This commit is contained in:
FutureRave 2023-05-03 17:47:43 +01:00
parent ebcb8d9657
commit 6580aa3688
No known key found for this signature in database
GPG Key ID: 22F9079C86CFAB31

View File

@ -3878,6 +3878,22 @@ getPing()
return self.ping; return self.ping;
} }
/*
=============
///ScriptDocBegin
"Name: getIP()"
"Summary: Returns the current IP Address of the client"
"Module: Utility"
"Example: self getIP();"
"SPMP: multiplayer"
///ScriptDocEnd
=============
*/
getIP()
{
return self.address;
}
void() void()
{ {
} }