modular_skyrat/modules/player_ranks/code/subsystem/player_ranks.dm
PLAYER_RANK_TABLE_NAME | The name of the table on the database containing the player ranks.
See skyrat_schema.sql for the schema of the table. |
---|---|
INDEX_CKEY | The index of the ckey in the items of a given row in a query for player ranks. |
LEGACY_MIGRATION_ADMIN_CKEY | The name entered in the database for the admin_ckey for legacy migrations. |
Define Details
INDEX_CKEY
The index of the ckey in the items of a given row in a query for player ranks.
LEGACY_MIGRATION_ADMIN_CKEY
The name entered in the database for the admin_ckey for legacy migrations.
PLAYER_RANK_TABLE_NAME
The name of the table on the database containing the player ranks.
See skyrat_schema.sql
for the schema of the table.