|
| bool | ObjectGiveMoney (UUID objectID, UUID fromID, UUID toID, int amount, UUID txn, out string reason) |
| |
| int | GetBalance (UUID agentID) |
| |
| bool | UploadCovered (UUID agentID, int amount) |
| |
| bool | AmountCovered (UUID agentID, int amount) |
| |
| void | ApplyCharge (UUID agentID, int amount, MoneyTransactionType type) |
| |
| void | ApplyCharge (UUID agentID, int amount, MoneyTransactionType type, string extraData) |
| |
| void | ApplyUploadCharge (UUID agentID, int amount, string text) |
| |
| void | MoveMoney (UUID fromUser, UUID toUser, int amount, string text) |
| |
Definition at line 33 of file IMoneyModule.cs.
| bool OpenSim.Framework.IMoneyModule.AmountCovered |
( |
UUID |
agentID, |
|
|
int |
amount |
|
) |
| |
| void OpenSim.Framework.IMoneyModule.ApplyCharge |
( |
UUID |
agentID, |
|
|
int |
amount, |
|
|
MoneyTransactionType |
type |
|
) |
| |
| void OpenSim.Framework.IMoneyModule.ApplyCharge |
( |
UUID |
agentID, |
|
|
int |
amount, |
|
|
MoneyTransactionType |
type, |
|
|
string |
extraData |
|
) |
| |
| void OpenSim.Framework.IMoneyModule.ApplyUploadCharge |
( |
UUID |
agentID, |
|
|
int |
amount, |
|
|
string |
text |
|
) |
| |
| int OpenSim.Framework.IMoneyModule.GetBalance |
( |
UUID |
agentID | ) |
|
| void OpenSim.Framework.IMoneyModule.MoveMoney |
( |
UUID |
fromUser, |
|
|
UUID |
toUser, |
|
|
int |
amount, |
|
|
string |
text |
|
) |
| |
| bool OpenSim.Framework.IMoneyModule.ObjectGiveMoney |
( |
UUID |
objectID, |
|
|
UUID |
fromID, |
|
|
UUID |
toID, |
|
|
int |
amount, |
|
|
UUID |
txn, |
|
|
out string |
reason |
|
) |
| |
| bool OpenSim.Framework.IMoneyModule.UploadCovered |
( |
UUID |
agentID, |
|
|
int |
amount |
|
) |
| |
| int OpenSim.Framework.IMoneyModule.GroupCreationCharge |
|
get |
| int OpenSim.Framework.IMoneyModule.UploadCharge |
|
get |
| ObjectPaid OpenSim.Framework.IMoneyModule.OnObjectPaid |
The documentation for this interface was generated from the following file: