ALFA.Database.ACR_RestOnClientEnter C# (CSharp) Method

ACR_RestOnClientEnter() public method

This method calculates offline resting for a PC after logging in.
public ACR_RestOnClientEnter ( uint PCToRest ) : void
PCToRest uint the PC to be rested
return void
        public void ACR_RestOnClientEnter(uint PCToRest)
        {
            DemandInitialize();

            ACR_RestOnClientEnter_Method.Invoke(DBLibraryScript, new object[] { PCToRest });
        }