HigherTransfer()
From ElectronicWar
| Function information for higherTransfer() | |
| Function | higherTransfer() |
| Parameters | (string targetip, float amount) |
| API | Banking |
| Cost | $6000 |
| Level | 75 |
| CPU Usage | 10 |
| Description | Transfers the amount specified to the petty cash of the player represented by the IP provided in the form of a string. higherTransfer takes a smaller amount in service charges and gives more eperience points than mediumTransfer(). |
[edit] Example
string target = getTargetIP() float amount = getAmount(); higherTransfer(target, amount);
This would transfer the the specified amount to the IP you want to transfer money to.

