OpenMetaverse Protocol Library Developers API Documentation
GiveAvatarMoney Method (target, amount, description)
NamespacesOpenMetaverseAgentManagerGiveAvatarMoney(UUID, Int32, String)
Give Money to destination Avatar
Declaration Syntax
C#
public 
void 
GiveAvatarMoney(
        
UUID 
target,
        
int 
amount,
        
string 
description
)
Parameters
target ( UUID)
UUID of the Target Avatar
amount ( Int32)
Amount in L$
description ( String)
Description that will show up in the recipients transaction history

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