Legacy:LadderPrivs

From Unreal Wiki, The Unreal Engine Documentation Site
UT2003 :: Object >> xPrivilegeBase >> LadderPrivs (Ladder1.46)

<uscript line> //----------------------------------------------------------- // Ladder.LadderPrivs // Loads custom privilege data into server //----------------------------------------------------------- class LadderPrivs extends xPrivilegeBase;

/*

Lv - View currently loaded ladder Ls - Switch and apply ladder profile Le - Edit settings for profile (maps, mutators) Lm - Manage ladder profiles - add, delete, change game rules

  • /

defaultproperties {

    LoadMsg="Ladder Privileges Loaded"
    MainPrivs="L"
    SubPrivs="Lv|Ls|Le|Lm"
    Tags(0)="Ladder"
    Tags(1)="View Profile"
    Tags(2)="Switch Profile"
    Tags(3)="Edit Profile"
    Tags(4)="Manage Profile"

} </uscript>


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.