C# Class GameEntities.BooleanSwitch

Defines the user boolean switches.
Inheritance: Switch
Afficher le fichier Open project: DarrenHassan/GDM4242-GroupD

Private Properties

Свойство Type Description
Client_ReceiveValue void
Server_ReceivePress void
Server_SendValueToClients void
UpdateAttachedObjects void

Méthodes publiques

Méthode Description
Press ( ) : void

Méthodes protégées

Méthode Description
OnPostCreate ( bool loaded ) : void

Overridden from Engine.EntitySystem.Entity.OnPostCreate(Boolean).

Server_OnClientConnectedBeforePostCreate ( RemoteEntityWorld remoteEntityWorld ) : void

Private Methods

Méthode Description
Client_ReceiveValue ( RemoteEntityWorld sender, ReceiveDataReader reader ) : void
Server_ReceivePress ( RemoteEntityWorld sender, ReceiveDataReader reader ) : void
Server_SendValueToClients ( IList remoteEntityWorlds ) : void
UpdateAttachedObjects ( ) : void

Method Details

OnPostCreate() protected méthode

Overridden from Engine.EntitySystem.Entity.OnPostCreate(Boolean).
protected OnPostCreate ( bool loaded ) : void
loaded bool
Résultat void

Press() public méthode

public Press ( ) : void
Résultat void

Server_OnClientConnectedBeforePostCreate() protected méthode

protected Server_OnClientConnectedBeforePostCreate ( RemoteEntityWorld remoteEntityWorld ) : void
remoteEntityWorld RemoteEntityWorld
Résultat void