Added Client.Self.SitOnGround();
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1354 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -1228,6 +1228,17 @@ namespace libsecondlife
|
||||
Client.Network.SendPacket(sit);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Does a "ground sit" at the avatar's current position
|
||||
/// </summary>
|
||||
public void SitOnGround()
|
||||
{
|
||||
Client.Self.Status.SitOnGround = true;
|
||||
Client.Self.Status.SendUpdate();
|
||||
Client.Self.Status.SitOnGround = false;
|
||||
Client.Self.Status.SendUpdate();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Give Money to destination Avatar
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user