Свойство | Тип | Описание | |
---|---|---|---|
m_landData | |||
m_parcelManagementModule | IParcelManagementModule | ||
m_scene | IScene |
Метод | Описание | |
---|---|---|
ContainsPoint ( int x, int y ) : bool |
Checks to see if this land object contains a point
|
|
Copy ( ) : ILandObject | ||
CreateAccessListArrayByFlag ( AccessList flag ) : List
|
||
DeedToGroup ( UUID groupID ) : void | ||
DisableLandObjects ( uint type, UUID owners, UUID tasks, IClientAPI remote_client ) : void | ||
ForceUpdateLandInfo ( ) : void |
Update all settings in land such as area, bitmap byte array, etc
|
|
GetPrimsOverByOwner ( UUID targetID, int flags ) : List |
||
IsBannedFromLand ( UUID avatar ) : bool | ||
IsEitherBannedOrRestricted ( UUID avatar ) : bool | ||
IsRestrictedFromLand ( UUID avatar ) : bool | ||
LandObject ( UUID owner_id, bool is_group_owned, IScene scene ) : System | ||
ReturnLandObjects ( uint type, UUID owners, UUID tasks, IClientAPI remote_client ) : void | ||
SendAccessList ( UUID agentID, UUID sessionID, uint flags, int sequenceID, IClientAPI remote_client ) : void | ||
SendForceObjectSelect ( int local_id, int request_type, List |
||
SendLandObjectOwners ( IClientAPI remote_client ) : void |
Notify the parcel owner each avatar that owns prims situated on their land. This notification includes aggregate details such as the number of prims.
|
|
SendLandProperties ( int sequence_id, bool snap_selection, int request_result, IClientAPI remote_client ) : void | ||
SendLandUpdateToAvatarsOverMe ( ) : void | ||
SendLandUpdateToAvatarsOverMe ( bool snap_selection ) : void | ||
SendLandUpdateToClient ( IClientAPI remote_client ) : void | ||
SendLandUpdateToClient ( bool snap_selection, IClientAPI remote_client ) : void | ||
SetMediaUrl ( string url ) : void |
Set the media url for this land parcel
|
|
SetMusicUrl ( string url ) : void |
Set the music url for this land parcel
|
|
UpdateAccessList ( uint flags, List |
||
UpdateLandProperties ( |
||
UpdateLandSold ( UUID avatarID, UUID groupID, bool groupOwned, uint AuctionID, int claimprice, int area ) : void |
Метод | Описание | |
---|---|---|
UpdateAABBAndAreaValues ( ) : void |
Updates the AABBMin and AABBMax values after area/shape modification of the land object
|
|
findPointInParcel ( ILandObject land, uint &refX, uint &refY ) : void |
public ContainsPoint ( int x, int y ) : bool | ||
x | int | |
y | int | |
Результат | bool |
public CreateAccessListArrayByFlag ( AccessList flag ) : List
|
||
flag | AccessList | |
Результат | List
|
public DeedToGroup ( UUID groupID ) : void | ||
groupID | UUID | |
Результат | void |
public DisableLandObjects ( uint type, UUID owners, UUID tasks, IClientAPI remote_client ) : void | ||
type | uint | |
owners | UUID | |
tasks | UUID | |
remote_client | IClientAPI | |
Результат | void |
public GetPrimsOverByOwner ( UUID targetID, int flags ) : List |
||
targetID | UUID | |
flags | int | |
Результат | List |
public IsBannedFromLand ( UUID avatar ) : bool | ||
avatar | UUID | |
Результат | bool |
public IsEitherBannedOrRestricted ( UUID avatar ) : bool | ||
avatar | UUID | |
Результат | bool |
public IsRestrictedFromLand ( UUID avatar ) : bool | ||
avatar | UUID | |
Результат | bool |
public LandObject ( UUID owner_id, bool is_group_owned, IScene scene ) : System | ||
owner_id | UUID | |
is_group_owned | bool | |
scene | IScene | |
Результат | System |
public ReturnLandObjects ( uint type, UUID owners, UUID tasks, IClientAPI remote_client ) : void | ||
type | uint | |
owners | UUID | |
tasks | UUID | |
remote_client | IClientAPI | |
Результат | void |
public SendAccessList ( UUID agentID, UUID sessionID, uint flags, int sequenceID, IClientAPI remote_client ) : void | ||
agentID | UUID | |
sessionID | UUID | |
flags | uint | |
sequenceID | int | |
remote_client | IClientAPI | |
Результат | void |
public SendForceObjectSelect ( int local_id, int request_type, List |
||
local_id | int | |
request_type | int | |
returnIDs | List |
|
remote_client | IClientAPI | |
Результат | void |
public SendLandObjectOwners ( IClientAPI remote_client ) : void | ||
remote_client | IClientAPI |
/// |
Результат | void |
public SendLandProperties ( int sequence_id, bool snap_selection, int request_result, IClientAPI remote_client ) : void | ||
sequence_id | int | |
snap_selection | bool | |
request_result | int | |
remote_client | IClientAPI | |
Результат | void |
public SendLandUpdateToAvatarsOverMe ( ) : void | ||
Результат | void |
public SendLandUpdateToAvatarsOverMe ( bool snap_selection ) : void | ||
snap_selection | bool | |
Результат | void |
public SendLandUpdateToClient ( IClientAPI remote_client ) : void | ||
remote_client | IClientAPI | |
Результат | void |
public SendLandUpdateToClient ( bool snap_selection, IClientAPI remote_client ) : void | ||
snap_selection | bool | |
remote_client | IClientAPI | |
Результат | void |
protected UpdateAABBAndAreaValues ( ) : void | ||
Результат | void |
public UpdateAccessList ( uint flags, List |
||
flags | uint | |
entries | List |
|
remote_client | IClientAPI | |
Результат | void |
public UpdateLandProperties ( |
||
args | ||
remote_client | IClientAPI | |
Результат | void |
public UpdateLandSold ( UUID avatarID, UUID groupID, bool groupOwned, uint AuctionID, int claimprice, int area ) : void | ||
avatarID | UUID | |
groupID | UUID | |
groupOwned | bool | |
AuctionID | uint | |
claimprice | int | |
area | int | |
Результат | void |
protected findPointInParcel ( ILandObject land, uint &refX, uint &refY ) : void | ||
land | ILandObject | |
refX | uint | |
refY | uint | |
Результат | void |
protected LandData,Universe.Framework.SceneInfo m_landData | ||
Результат |
protected IParcelManagementModule m_parcelManagementModule | ||
Результат | IParcelManagementModule |