C# Class PrisonersAndSlaves.LawDef

Inheritance: Def
Show file Open project: ForsakenShell/Es-Small-Mods Class Usage Examples

Public Properties

Property Type Description
allowLethalForceToSubdue bool
arrestColonists bool
arrestGuests bool
arrestSlaves bool
daysToImprisonFor float
lawDriver System.Type
severity int
takeHomeByDefault bool
takeToPrisonIfNoHome bool

Property Details

allowLethalForceToSubdue public property

public bool allowLethalForceToSubdue
return bool

arrestColonists public property

public bool arrestColonists
return bool

arrestGuests public property

public bool arrestGuests
return bool

arrestSlaves public property

public bool arrestSlaves
return bool

daysToImprisonFor public property

public float daysToImprisonFor
return float

lawDriver public property

public Type,System lawDriver
return System.Type

severity public property

public int severity
return int

takeHomeByDefault public property

public bool takeHomeByDefault
return bool

takeToPrisonIfNoHome public property

public bool takeToPrisonIfNoHome
return bool