datacore
Vars | |
locked | This list tracks characters spawned in the world and cannot be modified in-game. Currently referenced by respawn_character(). |
---|---|
Procs | |
addCrime | Adds crime to security record. |
addCrimeDetails | Adds details to a crime. |
removeCrime | Deletes crime from security record. |
Var Details
locked
This list tracks characters spawned in the world and cannot be modified in-game. Currently referenced by respawn_character().
Proc Details
addCrime
Adds crime to security record.
Is used to add single crime to someone's security record. Arguments:
- id - record id.
- datum/data/crime/crime - premade array containing every variable, usually created by createCrimeEntry.
addCrimeDetails
Adds details to a crime.
Is used to add or replace details to already existing crime. Arguments:
- id - record id.
- cDataId - id of already existing crime.
- details - data you want to add.
removeCrime
Deletes crime from security record.
Is used to delete single crime to someone's security record. Arguments:
- id - record id.
- cDataId - id of already existing crime.