C# 클래스 OutpostGenerator.JobDriver_TryToCaptureOutpost

Order a pawn to go and try to capture the outpost command console.
상속: JobDriver
파일 보기 프로젝트 열기: Rikiki123456789/Rimworld

공개 프로퍼티들

프로퍼티 타입 설명
outpostCommandConsoleTarget TargetIndex

공개 메소드들

메소드 설명
ComputeHackResult ( Pawn hacker, SkillDef mainSkill, SkillDef secondarySkill, float chanceToSucceedPerSkillLevel ) : HackingResult

보호된 메소드들

메소드 설명
MakeNewToils ( ) : IEnumerable

메소드 상세

ComputeHackResult() 공개 정적인 메소드

public static ComputeHackResult ( Pawn hacker, SkillDef mainSkill, SkillDef secondarySkill, float chanceToSucceedPerSkillLevel ) : HackingResult
hacker Pawn
mainSkill SkillDef
secondarySkill SkillDef
chanceToSucceedPerSkillLevel float
리턴 HackingResult

MakeNewToils() 보호된 메소드

protected MakeNewToils ( ) : IEnumerable
리턴 IEnumerable

프로퍼티 상세

outpostCommandConsoleTarget 공개적으로 프로퍼티

public TargetIndex outpostCommandConsoleTarget
리턴 TargetIndex