C# 클래스 DRObjects.Sites.SiteData

파일 보기 프로젝트 열기: Haedrian/Divine-Right 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

IncrementActorCounts() 공개 메소드

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

LoadAppropriateActorCounts() 공개 메소드

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
리턴 void

SiteData() 공개 메소드

public SiteData ( ) : System
리턴 System