C# Class FluffyManager.BillGiverTracker

Inheritance: IExposable
Show file Open project: FluffierThanThou/RW_Manager Class Usage Examples

Public Properties

Property Type Description
AreaRestriction Area
BillGiverSelection AssignedBillGiverOptions
SpecificBillGivers List
UserBillGiverCount int
manager Manager

Public Methods

Method Description
BillGiverTracker ( ManagerJob_Production job ) : System
DrawBillGiverConfig ( Vector2 &cur, float width, float entryHeight, bool alt = false ) : void

Draw billgivers info + details button

ExposeData ( ) : void

Private Methods

Method Description
InitializeAssignedBillGivers ( ) : void

Method Details

BillGiverTracker() public method

public BillGiverTracker ( ManagerJob_Production job ) : System
job ManagerJob_Production
return System

DrawBillGiverConfig() public method

Draw billgivers info + details button
public DrawBillGiverConfig ( Vector2 &cur, float width, float entryHeight, bool alt = false ) : void
cur Vector2
width float
entryHeight float
alt bool
return void

ExposeData() public method

public ExposeData ( ) : void
return void

Property Details

AreaRestriction public property

public Area AreaRestriction
return Area

BillGiverSelection public property

public AssignedBillGiverOptions BillGiverSelection
return AssignedBillGiverOptions

SpecificBillGivers public property

public List SpecificBillGivers
return List

UserBillGiverCount public property

public int UserBillGiverCount
return int

manager public property

public Manager,FluffyManager manager
return Manager