Daedalus Dock - Modules - TypesVar Details - Proc Details

award

Vars

database_idWhat ID do we use in db, limited to 32 characters
hidden_until_unlockedIf set to TRUE, the award will not be visible in the achievement viewer until it is already unlocked.
iconThe icon state for this award. The icon file is found in ui_icons/achievements.
nameName of the achievement.

Procs

get_changed_rowsThis saves the changed data to the hub.
get_raw_valueGet raw numerical achievement value from the database
loadThis proc loads the achievement data from the hub.
on_unlockCan be overriden for achievement specific events

Var Details

database_id

What ID do we use in db, limited to 32 characters

hidden_until_unlocked

If set to TRUE, the award will not be visible in the achievement viewer until it is already unlocked.

icon

The icon state for this award. The icon file is found in ui_icons/achievements.

name

Name of the achievement.

Proc Details

get_changed_rows

This saves the changed data to the hub.

get_raw_value

Get raw numerical achievement value from the database

load

This proc loads the achievement data from the hub.

on_unlock

Can be overriden for achievement specific events