diff options
Diffstat (limited to 'Common/OpenSim.Framework/Interfaces/IClientAPI.cs')
-rw-r--r-- | Common/OpenSim.Framework/Interfaces/IClientAPI.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Common/OpenSim.Framework/Interfaces/IClientAPI.cs b/Common/OpenSim.Framework/Interfaces/IClientAPI.cs index 06b3075..5c5cda4 100644 --- a/Common/OpenSim.Framework/Interfaces/IClientAPI.cs +++ b/Common/OpenSim.Framework/Interfaces/IClientAPI.cs | |||
@@ -67,6 +67,16 @@ namespace OpenSim.Framework.Interfaces | |||
67 | get; | 67 | get; |
68 | } | 68 | } |
69 | 69 | ||
70 | string FirstName | ||
71 | { | ||
72 | get; | ||
73 | } | ||
74 | |||
75 | string LastName | ||
76 | { | ||
77 | get; | ||
78 | } | ||
79 | |||
70 | void OutPacket(Packet newPack); | 80 | void OutPacket(Packet newPack); |
71 | void SendWearables(AvatarWearable[] wearables); | 81 | void SendWearables(AvatarWearable[] wearables); |
72 | void SendChatMessage(byte[] message, byte type, LLVector3 fromPos, string fromName, LLUUID fromAgentID); | 82 | void SendChatMessage(byte[] message, byte type, LLVector3 fromPos, string fromName, LLUUID fromAgentID); |