Liberi
An exergame built for kids with CP!
IActionInfoProvider Interface Reference

Interface for classes which provide information for an action. More...

Inherited by GameClient, Usable, and Vendor.

Public Member Functions

string GetActionCaption (ControlsAction action)
 Gets the caption to use for the given action. More...
 
bool IsActionEnabled (ControlsAction action)
 Gets whether or not the given action is enabled. More...
 

Detailed Description

Interface for classes which provide information for an action.

Please note that the information provided by classes which implement this interface are used purely for visual feedback, and do not affect action usage in any way.

Definition at line 8 of file IActionInfoProvider.cs.

Member Function Documentation

string IActionInfoProvider.GetActionCaption ( ControlsAction  action)

Gets the caption to use for the given action.

Implemented in GameClient, Vendor, and Usable.

bool IActionInfoProvider.IsActionEnabled ( ControlsAction  action)

Gets whether or not the given action is enabled.

Implemented in GameClient, Vendor, and Usable.


The documentation for this interface was generated from the following file: