C# Class Protogame.NetIDCommand

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

Public Methods

Method Description
Execute ( IGameContext gameContext, string name, string parameters ) : string
NetIDCommand ( INetworkEngine networkEngine ) : System

Method Details

Execute() public method

public Execute ( IGameContext gameContext, string name, string parameters ) : string
gameContext IGameContext
name string
parameters string
return string

NetIDCommand() public method

public NetIDCommand ( INetworkEngine networkEngine ) : System
networkEngine INetworkEngine
return System