π
π
π
π
EFT
Searchβ¦
π
π
π
π
EFT
JustEmuTarkov Wiki FanMade
functions
helpfunctions
findAndReturnChildren
utility.isMoneyTpl(tpl)
utility.payMoney(pmcData, body, sessionID)
getItem
utility.getCurrency(string)
findMoney
getMoney
isDogtag
utility.inRUB(number,string)
getSize
replaceIds
utility.fromRUB(number,string)
utility.recheckInventoryFreeSpace(pmcData, sessionID)
getChildId
getPlayerStash
utility
tutorials
resources
Powered By
GitBook
utility.fromRUB(number,string)
Convert specified rouble amount into specific currency
Number
need to be any value
String
should be the currency tpl of the amount you want to convert into rouble
Usage exemple :
1
const
number
=
150000
2
const
currency
=
"dollar_tpl"
3
const
convertedAmount
=
utility
.
fromRUB
(
number
,
currency
)
Copied!
Previous
replaceIds
Next
utility.recheckInventoryFreeSpace(pmcData, sessionID)
Last modified
2yr ago
Copy link