C# Class Protogame.NetIDCommand

The "netid" command, which assists looking up and finding information about network tracked objects.
Inheritance: ICommand
Afficher le fichier Open project: RedpointGames/Protogame

Méthodes publiques

Méthode Description
Execute ( IGameContext gameContext, string name, string parameters ) : string
NetIDCommand ( INetworkEngine networkEngine ) : System

Method Details

Execute() public méthode

public Execute ( IGameContext gameContext, string name, string parameters ) : string
gameContext IGameContext
name string
parameters string
Résultat string

NetIDCommand() public méthode

public NetIDCommand ( INetworkEngine networkEngine ) : System
networkEngine INetworkEngine
Résultat System