OpenMetaverse Protocol Library Developers API Documentation
FriendFoundReplyEventArgs Constructor (agentID, regionHandle, location)
NamespacesOpenMetaverse FriendFoundReplyEventArgsFriendFoundReplyEventArgs(UUID, UInt64, Vector3)
Construct a new instance of the FriendFoundReplyEventArgs class
Declaration Syntax
C#
public 
FriendFoundReplyEventArgs(
        
UUID 
agentID,
        
ulong 
regionHandle,
        
Vector3 
location
)
Parameters
agentID ( UUID)
The ID of the agent we have requested location information for
regionHandle ( UInt64)
The region handle where our friend is located
location ( Vector3)
The simulator local position our friend is located

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