C# Class DRObjects.Sites.SiteData

Show file Open project: Haedrian/Divine-Right Class Usage Examples

Public Methods

Method Description
IncrementActorCounts ( ) : void

Incremements the actor counts for this site up to the maximum amount for this type

LoadAppropriateActorCounts ( ) : void

Loads the actor counts from the SiteTypeData. Will first try to get an exact match. If it does not find one, it will get the default. Will overwrite the actor counts

SiteData ( ) : System

Method Details

IncrementActorCounts() public method

Incremements the actor counts for this site up to the maximum amount for this type
public IncrementActorCounts ( ) : void
return void

LoadAppropriateActorCounts() public method

Loads the actor counts from the SiteTypeData. Will first try to get an exact match. If it does not find one, it will get the default. Will overwrite the actor counts
public LoadAppropriateActorCounts ( ) : void
return void

SiteData() public method

public SiteData ( ) : System
return System