View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
ID | Project | Category | View Status | Date Submitted | Last Update |
0008350 | opensim | [REGION] Script Functions | public | 2018-08-05 18:24 | 2018-08-24 12:02 |
|
Reporter | djphil | |
Assigned To | | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | confirmed | Resolution | open | |
Platform | PC | Operating System | Windows | Operating System Version | 10 |
Product Version | | |
Target Version | | Fixed in Version | | |
|
Summary | 0008350: REGION_FLAG_ALLOW_DIRECT_TELEPORT broken |
Description | Whether "Allow Direct Teleport" silk checked or unchecked in the viewer "Region Details", seems to have no effect on llGetRegionFlags(). |
Steps To Reproduce |
default
{
state_entry()
{
if (llGetRegionFlags() & REGION_FLAG_ALLOW_DIRECT_TELEPORT)
llOwnerSay("This Region Allow Direct Teleport");
else llOwnerSay("This Region DON'T Direct Teleport");
}
}
|
Additional Information | Tested with Firestorm and the script below on Xengine. |
Tags | No tags attached. |
|
Git Revision or version number | |
Run Mode | Grid (Multiple Regions per Sim) |
Physics Engine | ubODE |
Script Engine | |
Environment | .NET / Windows64 |
Mono Version | None |
Viewer | Firestorm |
|
Attached Files | |
|