FutureProg types
Crime
| Property | Return type | Help |
|---|---|---|
.authority |
LegalAuthority |
The legal authority that this crime belongs to |
.crimename |
Text |
The generic name of the crime |
.crimetype |
Number |
The numerical ID of the crime that this law governs |
.id |
Number |
The ID of the crime |
.isarrestable |
Boolean |
Whether or not this crime can lead to the individual being arrested |
.iskillable |
Boolean |
Whether or not this crime attracts a lethal force response |
.ismajorcrime |
Boolean |
Whether or not this crime type is considered a major crime |
.ismoralcrime |
Boolean |
Whether or not this crime type is considered a moral crime |
.isviolentcrime |
Boolean |
Whether or not this crime type is considered a violent crime |
.law |
Law |
The law which this crime is against |
.name |
Text |
The name of the law which this crime is against |