Difference between revisions of "Investigation Types"

From truxwiki.com
Jump to navigation Jump to search
Line 12: Line 12:
 
| We don't know what type of investigation this is.
 
| We don't know what type of investigation this is.
 
|-
 
|-
| <code>INVESTIGATION_TYPE_TRAINING</code>
+
| <code>INVESTIGATION_TYPE_ASSAULT</code>
| style="text-align:center;" | 1294317807
+
| style="text-align:center;" | 282345722
| An investigation for the purpose of training an analyst.
+
| An assault investigation.
 
|-
 
|-
| <code>INVESTIGATION_TYPE_FRAUD</code>
+
| <code>INVESTIGATION_TYPE_BATTERY</code>
| style="text-align:center;" | 1433479426
+
| style="text-align:center;" | 1540437532
| This is a fraud case.
+
| A battery case.
 
|-
 
|-
 
| <code>INVESTIGATION_TYPE_CHILD_EXPLOITATION</code>
 
| <code>INVESTIGATION_TYPE_CHILD_EXPLOITATION</code>
Line 24: Line 24:
 
| A child exploitation case.
 
| A child exploitation case.
 
|-
 
|-
| <code>INVESTIGATION_TYPE_SUSPICIOUS_DEATH</code>
+
| <code>INVESTIGATION_TYPE_CIVIL</code>
| style="text-align:center;" | 618357760
+
| style="text-align:center;" | -578586218
| A death under unusual circumstances.
+
| A civil case.
 
|-
 
|-
| <code>INVESTIGATION_TYPE_MISSING_PERSON</code>
+
| <code>INVESTIGATION_TYPE_DATA_RECOVERY</code>
| style="text-align:center;" | 2095812006
+
| style="text-align:center;" | -762708792
| The disappearance of someone.
+
| A data recovery case.
|-
 
| <code>INVESTIGATION_TYPE_BATTERY</code>
 
| style="text-align:center;" | 1540437532
 
| A battery case.
 
|-
 
| <code>INVESTIGATION_TYPE_INTERNAL</code>
 
| style="text-align:center;" | 772945205
 
| An internal investigation.
 
|-
 
| <code>INVESTIGATION_TYPE_ASSAULT</code>
 
| style="text-align:center;" | 282345722
 
| An assault investigation.
 
|-
 
| <code>INVESTIGATION_TYPE_ROBBERY</code>
 
| style="text-align:center;" | 40712228
 
| A robbery case.
 
 
|-
 
|-
 
| <code>INVESTIGATION_TYPE_DRUG</code>
 
| <code>INVESTIGATION_TYPE_DRUG</code>
Line 52: Line 36:
 
| A drug case.
 
| A drug case.
 
|-
 
|-
| <code>INVESTIGATION_TYPE_CIVIL</code>
+
| <code>INVESTIGATION_TYPE_FRAUD</code>
| style="text-align:center;" | -578586218
+
| style="text-align:center;" | 1433479426
| A civil case.
+
| This is a fraud case.
 
|-
 
|-
 
| <code>INVESTIGATION_TYPE_GANG</code>
 
| <code>INVESTIGATION_TYPE_GANG</code>
Line 64: Line 48:
 
| A homicide case.
 
| A homicide case.
 
|-
 
|-
| <code>INVESTIGATION_TYPE_UNACCOMPANIED_DEATH</code>
+
| <code>INVESTIGATION_TYPE_INTERNAL</code>
| style="text-align:center;" | -67542183
+
| style="text-align:center;" | 772945205
| A investigation of an unaccompanied death.
+
| An internal investigation.
 
|-
 
|-
 
| <code>INVESTIGATION_TYPE_LOAC</code>
 
| <code>INVESTIGATION_TYPE_LOAC</code>
Line 72: Line 56:
 
| A [https://en.wikipedia.org/wiki/International_humanitarian_law Law of Armed Conflict] case.
 
| A [https://en.wikipedia.org/wiki/International_humanitarian_law Law of Armed Conflict] case.
 
|-
 
|-
| <code>INVESTIGATION_TYPE_DATA_RECOVERY</code>
+
| <code>INVESTIGATION_TYPE_MISSING_PERSON</code>
| style="text-align:center;" | -762708792
+
| style="text-align:center;" | 2095812006
| A data recovery case.
+
| The disappearance of someone.
 
|-
 
|-
 
| <code>INVESTIGATION_TYPE_OTHER</code>
 
| <code>INVESTIGATION_TYPE_OTHER</code>
 
| style="text-align:center;" | 99897732
 
| style="text-align:center;" | 99897732
 
| Some generic reason for having an investigation.
 
| Some generic reason for having an investigation.
 +
|-
 +
| <code>INVESTIGATION_TYPE_ROBBERY</code>
 +
| style="text-align:center;" | 40712228
 +
| A robbery case.
 +
|-
 +
| <code>INVESTIGATION_TYPE_SUSPICIOUS_DEATH</code>
 +
| style="text-align:center;" | 618357760
 +
| A death under unusual circumstances.
 +
|-
 +
| <code>INVESTIGATION_TYPE_TRAINING</code>
 +
| style="text-align:center;" | 1294317807
 +
| An investigation for the purpose of training an analyst.
 +
|-
 +
| <code>INVESTIGATION_TYPE_UNACCOMPANIED_DEATH</code>
 +
| style="text-align:center;" | -67542183
 +
| A investigation of an unaccompanied death.
 
|}
 
|}

Revision as of 09:46, 17 August 2021

The [InvestigationType] reference table in the database also contains this information. These are the default values that ship with Truxton. You are free to add as many as you need.

Name Value Meaning
INVESTIGATION_TYPE_UNKNOWN 0 We don't know what type of investigation this is.
INVESTIGATION_TYPE_ASSAULT 282345722 An assault investigation.
INVESTIGATION_TYPE_BATTERY 1540437532 A battery case.
INVESTIGATION_TYPE_CHILD_EXPLOITATION -1917039916 A child exploitation case.
INVESTIGATION_TYPE_CIVIL -578586218 A civil case.
INVESTIGATION_TYPE_DATA_RECOVERY -762708792 A data recovery case.
INVESTIGATION_TYPE_DRUG -1624394863 A drug case.
INVESTIGATION_TYPE_FRAUD 1433479426 This is a fraud case.
INVESTIGATION_TYPE_GANG -807464012 A gang case.
INVESTIGATION_TYPE_HOMICIDE -1142204208 A homicide case.
INVESTIGATION_TYPE_INTERNAL 772945205 An internal investigation.
INVESTIGATION_TYPE_LOAC -570969319 A Law of Armed Conflict case.
INVESTIGATION_TYPE_MISSING_PERSON 2095812006 The disappearance of someone.
INVESTIGATION_TYPE_OTHER 99897732 Some generic reason for having an investigation.
INVESTIGATION_TYPE_ROBBERY 40712228 A robbery case.
INVESTIGATION_TYPE_SUSPICIOUS_DEATH 618357760 A death under unusual circumstances.
INVESTIGATION_TYPE_TRAINING 1294317807 An investigation for the purpose of training an analyst.
INVESTIGATION_TYPE_UNACCOMPANIED_DEATH -67542183 A investigation of an unaccompanied death.