ACR_ServerCommunicator.GameWorldManager.OnCharacterPart C# (CSharp) Méthode

OnCharacterPart() private méthode

This method is called when a character is discovered to have gone offline.
private OnCharacterPart ( ACR_ServerCommunicator.GameCharacter Character ) : void
Character ACR_ServerCommunicator.GameCharacter Supplies the character that is now /// considered to be offline.
Résultat void
        private void OnCharacterPart(GameCharacter Character)
        {
            EnqueueEvent(new CharacterPartEvent(Character, Character.Player.IsDM, Character.Server));
        }