detectiveboard ![code/game/objects/structures/detectiveboard.dm 9](git.png)
Vars | |
attaching_evidence | When player attaching evidence to board this will become TRUE |
---|---|
case_colors | Colors for case color |
cases | List of board cases |
current_case | Index of viewing case in cases array |
Procs | |
attackby | Attaching evidences: photo and papers |
remove_item | Removes an item from the notice board |
Var Details
attaching_evidence ![code/game/objects/structures/detectiveboard.dm 19](git.png)
When player attaching evidence to board this will become TRUE
case_colors ![code/game/objects/structures/detectiveboard.dm 21](git.png)
Colors for case color
cases ![code/game/objects/structures/detectiveboard.dm 23](git.png)
List of board cases
current_case ![code/game/objects/structures/detectiveboard.dm 25](git.png)
Index of viewing case in cases array
Proc Details
attackby
Attaching evidences: photo and papers
remove_item
Removes an item from the notice board
Arguments:
- item - The item that is to be removed
- user - The mob that is trying to get the item removed, if there is one