C# Class MiningGame.Code.Managers.PlayerBind

Show file Open project: geel9/Minor-Destruction Class Usage Examples

Public Properties

Property Type Description
buttonBoundName string
consoleCommandOnPressed string
constant bool

Public Methods

Method Description
PlayerBind ( string buttonBoundName, string consoleCommandOnPressed, bool constant ) : System

Method Details

PlayerBind() public method

public PlayerBind ( string buttonBoundName, string consoleCommandOnPressed, bool constant ) : System
buttonBoundName string
consoleCommandOnPressed string
constant bool
return System

Property Details

buttonBoundName public property

public string buttonBoundName
return string

consoleCommandOnPressed public property

public string consoleCommandOnPressed
return string

constant public property

public bool constant
return bool