=====GetIPAddress===== //(Information and examples taken from the DroidScript documentation)// ====Description==== The **GetIPAddress** method returns the network address of your device. (If WiFi is enabled) app.GetIPAddress(); ---- ====Example==== function OnStart() { ip = app.GetIPAddress(); app.ShowPopup( ip ); }