OpenMetaverse Protocol Library Developers API Documentation
GiveMoney Method (target, amount, description, type, flags)
NamespacesOpenMetaverseAgentManagerGiveMoney(UUID, Int32, String, MoneyTransactionType, TransactionFlags)
Give Money to destination Object or Avatar
Declaration Syntax
C#
public 
void 
GiveMoney(
        
UUID 
target,
        
int 
amount,
        
string 
description,
        

MoneyTransactionType 
type,
        
TransactionFlags

flags
)
Parameters
target ( UUID)
UUID of the Target Object/Avatar
amount ( Int32)
Amount in L$
description ( String)
Reason (Optional normally)
type ( MoneyTransactionType)
The type of transaction
flags ( TransactionFlags)
Transaction flags, mostly for identifying group transactions

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)