check land permitions on sit target for unscripted sits

This commit is contained in:
UbitUmarov
2013-01-03 14:27:21 +00:00
parent 1665a0d636
commit a285ff7e69
3 changed files with 31 additions and 0 deletions

View File

@@ -70,6 +70,7 @@ namespace OpenSim.Framework
void UpdateLandProperties(LandUpdateArgs args, IClientAPI remote_client);
bool IsEitherBannedOrRestricted(UUID avatar);
bool IsBannedFromLand(UUID avatar);
bool CanBeOnThisLand(UUID avatar, float posHeight);
bool IsRestrictedFromLand(UUID avatar);
bool IsInLandAccessList(UUID avatar);
void SendLandUpdateToClient(IClientAPI remote_client);