/tg/ Station 13 - Modules - TypesVar Details - Proc Details

award

Vars

database_idWhat ID do we use in db, limited to 32 characters
iconThe dmi icon file that holds the award's icon state.
icon_stateThe icon state for this award.
nameName of the achievement, If null it won't show up in the achievement browser. (Handy for inheritance trees)

Procs

get_changed_rowsThis saves the changed data to the hub.
get_raw_valueGet raw numerical achievement value from the database
get_ui_datareturns additional ui data for the Check Achievements menu
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

icon

The dmi icon file that holds the award's icon state.

icon_state

The icon state for this award.

name

Name of the achievement, If null it won't show up in the achievement browser. (Handy for inheritance trees)

Proc Details

get_changed_rows

This saves the changed data to the hub.

get_raw_value

Get raw numerical achievement value from the database

get_ui_data

returns additional ui data for the Check Achievements menu

load

This proc loads the achievement data from the hub.

on_unlock

Can be overriden for achievement specific events