Liberi
An exergame built for kids with CP!
Vendor Class Reference

The Vendor component. Used for making shops. Currently it just does way too much and should have it's functionality broken up and distributed to other components or places in the code. More...

Inherits MonoBehaviour, and IActionInfoProvider.

Public Member Functions

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

Public Attributes

string VendorName
 
AudioClip PurchaseSound
 
AudioClip EquipSound
 
AudioClip ErrorSound
 
AudioClip MenuScrollSound
 

Detailed Description

The Vendor component. Used for making shops. Currently it just does way too much and should have it's functionality broken up and distributed to other components or places in the code.

Definition at line 25 of file Vendor.cs.

Member Function Documentation

string Vendor.GetActionCaption ( ControlsAction  action)
inline

Gets the caption to use for the given action.

Implements IActionInfoProvider.

Definition at line 161 of file Vendor.cs.

bool Vendor.IsActionEnabled ( ControlsAction  action)
inline

Gets whether or not the given action is enabled.

Implements IActionInfoProvider.

Definition at line 178 of file Vendor.cs.


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