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

universal_scanner

Vars

cut_maxMaximum value for cut_multiplier in sales tagger mode.
cut_minMinimum value for cut_multiplier in sales tagger mode.
cut_multiplierThe person who tagged this will receive the sale value multiplied by this number in sales tagger mode.
max_paper_countThe maximum paper to be stored by the export scanner.
new_custom_priceThe price of the item used by price tagger mode.
paper_countThe paper currently stored by the export scanner.
payments_accThe account which is receiving the split profits in sales tagger mode.
scale_modeA list of all available export scanner modes.
scanning_modeWhich mode is the scanner currently on?

Procs

check_menucheck_menu: Checks if we are allowed to interact with a radial menu
export_scanScans an object, target, and provides it's export value based on selling to the cargo shuttle, to mob/user.
price_tagScans an object, target, and sets it's custom_price variable to new_custom_price, presenting it to the user.

Var Details

cut_max

Maximum value for cut_multiplier in sales tagger mode.

cut_min

Minimum value for cut_multiplier in sales tagger mode.

cut_multiplier

The person who tagged this will receive the sale value multiplied by this number in sales tagger mode.

max_paper_count

The maximum paper to be stored by the export scanner.

new_custom_price

The price of the item used by price tagger mode.

paper_count

The paper currently stored by the export scanner.

payments_acc

The account which is receiving the split profits in sales tagger mode.

scale_mode

A list of all available export scanner modes.

scanning_mode

Which mode is the scanner currently on?

Proc Details

check_menu

check_menu: Checks if we are allowed to interact with a radial menu

Arguments:

export_scan

Scans an object, target, and provides it's export value based on selling to the cargo shuttle, to mob/user.

price_tag

Scans an object, target, and sets it's custom_price variable to new_custom_price, presenting it to the user.