Show / Hide Table of Contents

Class QuitModule

Inheritance
System.Object
DuneBehaviour
DuneModule
QuitModule
Implements
IEventCompatible
Inherited Members
DuneModule.OnHandshakeSuccessfulInternal(EventArguments)
DuneModule.OnHandshakeErrorInternal(EventArguments)
DuneModule.OnNetConnectedInternal(EventArguments)
DuneModule.OnNetDisconnectedInternal(EventArguments)
DuneModule.OnNetTimeoutInternal(EventArguments)
DuneModule.OnNetBadMessageInternal(EventArguments)
DuneModule.OnNetDnsFailureInternal(EventArguments)
DuneModule.OnNetErrorUnknownInternal(EventArguments)
DuneModule.OnNetReadyInternal(EventArguments)
DuneModule.OnNetNotReadyInternal(EventArguments)
DuneModule.OnUse()
DuneModule.OnUpdate()
DuneModule.OnSendHandshake(HandshakeRequest)
DuneModule.OnHandshakeSuccessful(DuneConnection)
DuneModule.OnHandshakeError(DuneConnection, String)
DuneModule.OnNetConnected(DuneConnection)
DuneModule.OnNetDisconnected(DuneConnection)
DuneModule.OnNetTimeout(DuneConnection)
DuneModule.OnNetBadMessage(DuneConnection)
DuneModule.OnNetDnsFailure(DuneConnection)
DuneModule.OnNetErrorUnknown(DuneConnection, NetworkError)
DuneModule.OnNetReady(DuneConnection)
DuneModule.OnNetNotReady(DuneConnection)
DuneModule.StartCoroutine(IEnumerator)
DuneBehaviour.RegisterEventInstance()
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: DuneNet.Client.Modules
Assembly: DuneNet.Client.dll
Syntax
public class QuitModule : DuneModule, IEventCompatible

Methods

OnStopUsing()

Declaration
protected override void OnStopUsing()
Overrides
DuneModule.OnStopUsing()

Implements

IEventCompatible
Back to top Copyright © 2018 Dune Interactive.