Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

Legacy:LadderPrivs

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2003 :: Object >> xPrivilegeBase >> LadderPrivs (Ladder1.46)
  1. //-----------------------------------------------------------
  2. // Ladder.LadderPrivs
  3. // Loads custom privilege data into server
  4. //-----------------------------------------------------------
  5. class LadderPrivs extends xPrivilegeBase;
  6.  
  7. /*
  8.  
  9. Lv - View currently loaded ladder
  10. Ls - Switch and apply ladder profile
  11. Le - Edit settings for profile (maps, mutators)
  12. Lm - Manage ladder profiles - add, delete, change game rules
  13.  
  14. */
  15.  
  16. defaultproperties
  17. {
  18.      LoadMsg="Ladder Privileges Loaded"
  19.      MainPrivs="L"
  20.      SubPrivs="Lv|Ls|Le|Lm"
  21.      Tags(0)="Ladder"
  22.      Tags(1)="View Profile"
  23.      Tags(2)="Switch Profile"
  24.      Tags(3)="Edit Profile"
  25.      Tags(4)="Manage Profile"
  26. }

Category:Legacy To Do – Is this is custom class? Add appropriate Category Class tag. Fill in a description. Give this page some meaning. Link to and from appropriate pages.