Property | Type | Description | |
---|---|---|---|
listedWorkers | List |
||
presentWorkers | List |
Method | Description | |
---|---|---|
CountListedWorkers ( ) : int | ||
GetBuildingType ( ) : Buildingtype | ||
GetJobType ( ) : Buildingtype | ||
GetListedWorkers ( ) : List |
||
GetMaxJobs ( ) : int | ||
GetTransform ( ) : Transform | ||
HasJobsLeft ( ) : bool | ||
RegistrationWorker ( NPC, npc ) : void | ||
RessourceGiver ( float pTime, NPC, pTarget, RessourceType pRessource ) : IEnumerator | ||
SetMaxPresent ( int newMaxPresent ) : void | ||
WorkerAbsent ( NPC, abwesend ) : void | ||
WorkerPresent ( NPC, anwesend ) : void |
public RegistrationWorker ( NPC, npc ) : void | ||
npc | NPC, | |
return | void |
public RessourceGiver ( float pTime, NPC, pTarget, RessourceType pRessource ) : IEnumerator | ||
pTime | float | |
pTarget | NPC, | |
pRessource | RessourceType | |
return | IEnumerator |
public SetMaxPresent ( int newMaxPresent ) : void | ||
newMaxPresent | int | |
return | void |
public WorkerPresent ( NPC, anwesend ) : void | ||
anwesend | NPC, | |
return | void |