/139/4c/140396/1.html
In the current design to find out if damage is enabled on a parcel you have to check both llGetRegionFlags and llGetParcelflags to get a definite answer.
Is there any use whatsoever to returning values that are inaccurate?
These forums are CLOSED. Please visit the new forums HERE
llGetParcelFlags useless? |
|
|
Eata Kitty
Registered User
Join date: 21 Jan 2005
Posts: 387
|
10-01-2006 10:37
/139/4c/140396/1.html
In the current design to find out if damage is enabled on a parcel you have to check both llGetRegionFlags and llGetParcelflags to get a definite answer. Is there any use whatsoever to returning values that are inaccurate? |
|
Jillian Callahan
Rotary-winged Neko Girl
Join date: 24 Jun 2004
Posts: 3,766
|
10-01-2006 14:40
Inaccurate? One gets the parcel settings, the other the region settings... it's not inaccurate to say that a parcel's damage flag is off in a damaged enabled region.
_____________________
|
|
Eata Kitty
Registered User
Join date: 21 Jan 2005
Posts: 387
|
10-01-2006 15:40
Having to go through a whole extra check just for the region has no purpose and adds extra pointless complication.
I can think of no use for the way this is currently designed. The damage setting returns nothing of value without also referring to llGetRegionFlags, it is being overridden and should reflect this. |
|
Haravikk Mistral
Registered User
Join date: 8 Oct 2005
Posts: 2,482
|
10-01-2006 15:48
It can be confusing yes, but it's hardly useless. If you want to know what a parcel is set to, then you can
![]() It also has a few values that aren't affected by region anyway. While I agree that a function that returned the flags that are in effect for a piece of land would be nice, it's not hugely difficult to check both. _____________________
Computer (Mac Pro):
2 x Quad Core 3.2ghz Xeon 10gb DDR2 800mhz FB-DIMMS 4 x 750gb, 32mb cache hard-drives (RAID-0/striped) NVidia GeForce 8800GT (512mb) |
|
Eata Kitty
Registered User
Join date: 21 Jan 2005
Posts: 387
|
10-01-2006 16:14
Really I'm just annoyed because I wasn't aware that you would get a conflict between what Parcel and Region would tell you.
|