universal_scanner
Vars | |
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? |
Procs | |
check_menu | check_menu: Checks if we are allowed to interact with a radial menu |
export_scan | Scans an object, target, and provides its export value based on selling to the cargo shuttle, to mob/user. |
price_tag | Scans an object, target, and sets its 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:
- user The mob interacting with a menu
export_scan
Scans an object, target, and provides its export value based on selling to the cargo shuttle, to mob/user.
price_tag
Scans an object, target, and sets its custom_price variable to new_custom_price, presenting it to the user.