integer llGetParcelFlags(vector pos)
Get the parcel flags (PARCEL_FLAG_*) for the parcel including the point pos
PARCEL_FLAG_ALLOW_FLY
Used with llGetParcelFlags to find if a parcel allows flying
PARCEL_FLAG_ALLOW_SCRIPTS
Used with llGetParcelFlags to find if a parcel allows outside scripts
PARCEL_FLAG_ALLOW_LANDMARK
Used with llGetParcelFlags to find if a parcel allows landmarks to be created
PARCEL_FLAG_ALLOW_TERRAFORM
Used with llGetParcelFlags to find if a parcel allows anyone to terraform the land
PARCEL_FLAG_ALLOW_DAMAGE
Used with llGetParcelFlags to find if a parcel allows damage
PARCEL_FLAG_ALLOW_CREATE_OBJECTS
Used with llGetParcelFlags to find if a parcel allows anyone to create objects
PARCEL_FLAG_USE_ACCESS_GROUP
Used with llGetParcelFlags to find if a parcel limits access to a group
PARCEL_FLAG_USE_ACCESS_LIST
Used with llGetParcelFlags to find if a parcel limits access to a list of residents
PARCEL_FLAG_USE_BAN_LIST
Used with llGetParcelFlags to find if a parcel uses a ban list
PARCEL_FLAG_USE_LAND_PASS_LIST
Used with llGetParcelFlags to find if a parcel allows passes to be purchased
PARCEL_FLAG_LOCAL_SOUND_ONLY
Used with llGetParcelFlags to find if a parcel restricts spacialized sound to the parcel
Get the parcel flags (PARCEL_FLAG_*) for the parcel including the point pos
PARCEL_FLAG_ALLOW_FLY
Used with llGetParcelFlags to find if a parcel allows flying
PARCEL_FLAG_ALLOW_SCRIPTS
Used with llGetParcelFlags to find if a parcel allows outside scripts
PARCEL_FLAG_ALLOW_LANDMARK
Used with llGetParcelFlags to find if a parcel allows landmarks to be created
PARCEL_FLAG_ALLOW_TERRAFORM
Used with llGetParcelFlags to find if a parcel allows anyone to terraform the land
PARCEL_FLAG_ALLOW_DAMAGE
Used with llGetParcelFlags to find if a parcel allows damage
PARCEL_FLAG_ALLOW_CREATE_OBJECTS
Used with llGetParcelFlags to find if a parcel allows anyone to create objects
PARCEL_FLAG_USE_ACCESS_GROUP
Used with llGetParcelFlags to find if a parcel limits access to a group
PARCEL_FLAG_USE_ACCESS_LIST
Used with llGetParcelFlags to find if a parcel limits access to a list of residents
PARCEL_FLAG_USE_BAN_LIST
Used with llGetParcelFlags to find if a parcel uses a ban list
PARCEL_FLAG_USE_LAND_PASS_LIST
Used with llGetParcelFlags to find if a parcel allows passes to be purchased
PARCEL_FLAG_LOCAL_SOUND_ONLY
Used with llGetParcelFlags to find if a parcel restricts spacialized sound to the parcel
If you never saw this function mentioned, you can see see for yourself from the Second Life 1.9.0(4) (Feb 8, 2006) release notes posted in the following thread:
/108/12/87443/1.html
Finally! I would be able to have my scripts check to see if rezzing was allowed instead of the user finding out the hard way. But then later, when 1.9 was finally released, I was a bit upset to find that the release notes had NO mention of this great new function so I had just assumed it had been removed for some reason.
That was until I noticed that the function DOES still exist. You can compile your script and everything (it also has a syntax tooltip) but for some reason I can't seem to get it to work. All it returns is FALSE/0.
So, was this feature quietly removed before the client was released? If so, why does the function still compile in scripts? If the function does actually work (and I'm just using it wrong), then why wasn't it mentioned in the release notes?
I'm confused.
