storage
Vars | |
can_hold_description | If set can only contain stuff with this single trait present. |
---|---|
max_combined_w_class | Max combined w_class. Applies to STORAGE_LIMIT_COMBINED_W_CLASS |
max_items | Max items we can hold. Applies to STORAGE_LIMIT_MAX_ITEMS |
max_volume | Max volume we can hold. Applies to STORAGE_LIMIT_VOLUME. Auto scaled on New() if unset. |
max_w_class | Max w_class we can hold. Applies to STORAGE_LIMIT_COMBINED_W_CLASS and STORAGE_LIMIT_VOLUME |
storage_flags | Storage flags, including what kinds of limiters we use for how many items we can hold |
ui_by_mob | Ui objects by person. mob = list(objects) |
Procs | |
async_preattack_intercept | async functionality from preattack_intercept |
Var Details
can_hold_description
If set can only contain stuff with this single trait present.
max_combined_w_class
Max combined w_class. Applies to STORAGE_LIMIT_COMBINED_W_CLASS
max_items
Max items we can hold. Applies to STORAGE_LIMIT_MAX_ITEMS
max_volume
Max volume we can hold. Applies to STORAGE_LIMIT_VOLUME. Auto scaled on New() if unset.
max_w_class
Max w_class we can hold. Applies to STORAGE_LIMIT_COMBINED_W_CLASS and STORAGE_LIMIT_VOLUME
storage_flags
Storage flags, including what kinds of limiters we use for how many items we can hold
ui_by_mob
Ui objects by person. mob = list(objects)
Proc Details
async_preattack_intercept
async functionality from preattack_intercept