crime ![code/datums/records/crime.dm 4](git.png)
Crime data. Used to store information about crimes.
Vars | |
author | Player that wrote the crime |
---|---|
details | Details about the crime |
name | Name of the crime |
time | Time of the crime |
valid | Whether the crime is active or not |
voider | Player that marked the crime as invalid |
Var Details
author ![code/datums/records/crime.dm 10](git.png)
Player that wrote the crime
details ![code/datums/records/crime.dm 8](git.png)
Details about the crime
name ![code/datums/records/crime.dm 6](git.png)
Name of the crime
time ![code/datums/records/crime.dm 12](git.png)
Time of the crime
valid ![code/datums/records/crime.dm 14](git.png)
Whether the crime is active or not
voider ![code/datums/records/crime.dm 18](git.png)
Player that marked the crime as invalid