home *** CD-ROM | disk | FTP | other *** search
/ Game Level Design / GLDesign.bin / Software / UnrealEngine2Runtime / UE2Runtime-22262001_Demo.exe / Engine / Classes / InternetInfo.uc < prev    next >
Text File  |  2003-06-23  |  392b  |  13 lines

  1. //=============================================================================
  2. // InternetInfo: Parent class for Internet connection classes
  3. //=============================================================================
  4. class InternetInfo extends Info
  5.     native
  6.     transient;
  7.  
  8. function string GetBeaconAddress( int i );
  9. function string GetBeaconText( int i );
  10.  
  11. defaultproperties
  12. {
  13. }