C# Class DRObjects.Sites.SiteData

Afficher le fichier Open project: Haedrian/Divine-Right Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

LoadAppropriateActorCounts() public méthode

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
Résultat void

SiteData() public méthode

public SiteData ( ) : System
Résultat System