Skip to content
Mehni edited this page Feb 11, 2018 · 10 revisions

Welcome to the Example Job wiki. These pages will break down the different elements of a Job, starting at the job assignment and going all the way down the individual Toils.

The general workflow of how a Job comes to be starts at a Job- or WorkGiver. That checks for conditions, and tells the pawn in question to start a new Job with an assigned JobDef and target. The JobDef points to the JobDriver, which contains the steps required to complete the Job. Toils are the individual steps.

This wiki contains the following pages:

Job Assignment, where Jobs get assigned.

Defs, which link jobs with JobDrivers and add text.

TargetIndex, which stores targets.

JobDrivers break down the job into small steps.

Toils are the individual steps that make up a job.

Clone this wiki locally