OpenMetaverse.AgentManager.PayUploadFee C# (CSharp) Method

PayUploadFee() public method

Pay texture/animation upload fee
public PayUploadFee ( string description ) : void
description string description of the transaction
return void
        public void PayUploadFee(string description)
        {
            GiveMoney(UUID.Zero, Client.Settings.UPLOAD_COST, description, MoneyTransactionType.UploadCharge,
                TransactionFlags.None);
        }

Same methods

AgentManager::PayUploadFee ( ) : void