Compiler warning cleanup, fixes all unmatched parameters (adds empty placeholders for CrisOmega to fill in when he wakes up :)), Adds additional warning supressions to prebuild.xml
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2033 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -392,7 +392,9 @@ namespace OpenMetaverse
|
||||
/// Called whenever the client avatar sits down or stands up
|
||||
/// </summary>
|
||||
/// <param name="simulator">Simulator the packet was received from</param>
|
||||
/// <param name="avatar"></param>
|
||||
/// <param name="sittingOn">The local ID of the object that is being sat
|
||||
/// <param name="oldSeat"></param>
|
||||
/// on. If this is zero the avatar is not sitting on an object</param>
|
||||
public delegate void AvatarSitChanged(Simulator simulator, Avatar avatar, uint sittingOn, uint oldSeat);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user