Server.Mobiles.PlayerMobile.ComputeBaseLightLevels C# (CSharp) Méthode

ComputeBaseLightLevels() public méthode

public ComputeBaseLightLevels ( int &global, int &personal ) : void
global int
personal int
Résultat void
        public override void ComputeBaseLightLevels(out int global, out int personal)
        {
            global = LightCycle.ComputeLevelFor(this);
            personal = this.LightLevel;
        }