home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Game Level Design
/
GLDesign.bin
/
Software
/
UnrealEngine2Runtime
/
UE2Runtime-22262001_Demo.exe
/
Engine
/
Classes
/
InternetInfo.uc
< prev
next >
Wrap
Text File
|
2003-06-23
|
392b
|
13 lines
//=============================================================================
// InternetInfo: Parent class for Internet connection classes
//=============================================================================
class InternetInfo extends Info
native
transient;
function string GetBeaconAddress( int i );
function string GetBeaconText( int i );
defaultproperties
{
}