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

  1. //=============================================================================
  2. // ReplicationInfo.
  3. //=============================================================================
  4. class ReplicationInfo extends Info
  5.     abstract
  6.     native;
  7.  
  8. cpptext
  9. {
  10.     INT* GetOptimizedRepList( BYTE* Recent, FPropertyRetirement* Retire, INT* Ptr, UPackageMap* Map, UActorChannel* Channel );
  11. }
  12.  
  13. defaultproperties
  14. {
  15.     RemoteRole=ROLE_SimulatedProxy
  16.      bAlwaysRelevant=True
  17.      bStatic=False
  18.      bNoDelete=False
  19. }
  20.