mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 06:27:26 +01:00
1 line
7.1 KiB
HTML
1 line
7.1 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../"><link rel="stylesheet" href="dmdoc.css"><title>/obj/item/eftpos - Space Station 13</title></head><body><header><a href="index.html">Space Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a> — <a href="obj/item/eftpos.html#var">Var Details</a> - <a href="obj/item/eftpos.html#proc">Proc Details</a></header><main><h1>eftpos <aside>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/eftpos.html">eftpos</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/modules/economy/economy_machinery/eftpos.dm#L3"><img src="git.png" width="16" height="16" title="code/modules/economy/economy_machinery/eftpos.dm 3"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="obj/item/eftpos.html#var/access_code">access_code</a></th><td>The pin number needed to changed settings on the EFTPOS</td></tr><tr><th><a href="obj/item/eftpos.html#var/account_database">account_database</a></th><td>linked money account database to this EFTPOS</td></tr><tr><th><a href="obj/item/eftpos.html#var/can_offer">can_offer</a></th><td>Is this a portable unit that you can offer with *payme?</td></tr><tr><th><a href="obj/item/eftpos.html#var/linked_account">linked_account</a></th><td>Current money account the EFTPOS is depositing to</td></tr><tr><th><a href="obj/item/eftpos.html#var/linked_vendors">linked_vendors</a></th><td>The vendors that are linked to this EFTPOS.</td></tr><tr><th><a href="obj/item/eftpos.html#var/machine_name">machine_name</a></th><td>Unique identifying name of this EFTPOS for transaction tracking in money accounts</td></tr><tr><th><a href="obj/item/eftpos.html#var/transaction_amount">transaction_amount</a></th><td>Amount in space credits to charge card swiper</td></tr><tr><th><a href="obj/item/eftpos.html#var/transaction_locked">transaction_locked</a></th><td>Whether or not the EFTPOS is locked into a transaction</td></tr><tr><th><a href="obj/item/eftpos.html#var/transaction_paid">transaction_paid</a></th><td>Did the transaction go through? Will reset back to FALSE after 5 seconds, used as a cooldown and indicator to consumer</td></tr><tr><td colspan="2"><h2>Procs</h2></td></tr><tr><th><a href="obj/item/eftpos.html#proc/print_reference">print_reference</a></th><td>Creates and builds paper with info about the EFTPOS.</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/access_code"><aside class="declaration">var </aside>access_code <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/modules/economy/economy_machinery/eftpos.dm#L20"><img src="git.png" width="16" height="16" title="code/modules/economy/economy_machinery/eftpos.dm 20"></a></h3><p>The pin number needed to changed settings on the EFTPOS</p><h3 id="var/account_database"><aside class="declaration">var </aside>account_database <aside>– /<a href="datum.html">datum</a>/<a href="datum/money_account_database.html">money_account_database</a>/<a href="datum/money_account_database/main_station.html">main_station</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/modules/economy/economy_machinery/eftpos.dm#L24"><img src="git.png" width="16" height="16" title="code/modules/economy/economy_machinery/eftpos.dm 24"></a></h3><p>linked money account database to this EFTPOS</p><h3 id="var/can_offer"><aside class="declaration">var </aside>can_offer <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/modules/economy/economy_machinery/eftpos.dm#L28"><img src="git.png" width="16" height="16" title="code/modules/economy/economy_machinery/eftpos.dm 28"></a></h3><p>Is this a portable unit that you can offer with *payme?</p><h3 id="var/linked_account"><aside class="declaration">var </aside>linked_account <aside>– /<a href="datum.html">datum</a>/<a href="datum/money_account.html">money_account</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/modules/economy/economy_machinery/eftpos.dm#L26"><img src="git.png" width="16" height="16" title="code/modules/economy/economy_machinery/eftpos.dm 26"></a></h3><p>Current money account the EFTPOS is depositing to</p><h3 id="var/linked_vendors"><aside class="declaration">var </aside>linked_vendors <aside>– /list</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/modules/economy/economy_machinery/eftpos.dm#L32"><img src="git.png" width="16" height="16" title="code/modules/economy/economy_machinery/eftpos.dm 32"></a></h3><p>The vendors that are linked to this EFTPOS.</p><h3 id="var/machine_name"><aside class="declaration">var </aside>machine_name <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/modules/economy/economy_machinery/eftpos.dm#L11"><img src="git.png" width="16" height="16" title="code/modules/economy/economy_machinery/eftpos.dm 11"></a></h3><p>Unique identifying name of this EFTPOS for transaction tracking in money accounts</p><h3 id="var/transaction_amount"><aside class="declaration">var </aside>transaction_amount <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/modules/economy/economy_machinery/eftpos.dm#L17"><img src="git.png" width="16" height="16" title="code/modules/economy/economy_machinery/eftpos.dm 17"></a></h3><p>Amount in space credits to charge card swiper</p><h3 id="var/transaction_locked"><aside class="declaration">var </aside>transaction_locked <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/modules/economy/economy_machinery/eftpos.dm#L13"><img src="git.png" width="16" height="16" title="code/modules/economy/economy_machinery/eftpos.dm 13"></a></h3><p>Whether or not the EFTPOS is locked into a transaction</p><h3 id="var/transaction_paid"><aside class="declaration">var </aside>transaction_paid <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/modules/economy/economy_machinery/eftpos.dm#L15"><img src="git.png" width="16" height="16" title="code/modules/economy/economy_machinery/eftpos.dm 15"></a></h3><p>Did the transaction go through? Will reset back to FALSE after 5 seconds, used as a cooldown and indicator to consumer</p><h2 id="proc">Proc Details</h2><h3 id="proc/print_reference"><aside class="declaration">proc </aside>print_reference<aside>() <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/modules/economy/economy_machinery/eftpos.dm#L229"><img src="git.png" width="16" height="16" title="code/modules/economy/economy_machinery/eftpos.dm 229"></a></aside></h3><p>Creates and builds paper with info about the EFTPOS.</p></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/776b9861f70566b1e6a0763a465ef22f7920a3d6">776b986</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html> |