OsGetRezzingObject
From OpenSimulator
(Difference between revisions)
| Line 1: | Line 1: | ||
{{osslfunc | {{osslfunc | ||
| − | |function_syntax= | + | |function_syntax=key osGetRezzingObject() |
|threat_level=None | |threat_level=None | ||
|permissions=true | |permissions=true | ||
Revision as of 12:16, 14 November 2018
key osGetRezzingObject()
| |
| Get the key of the object that rezzed this object.
Will return NULL_KEY if rezzed by agent or otherwise unknown source. Should only be reliable inside the on_rez event. | |
| Threat Level | None |
| Permissions | Use of this function is always allowed by default |
| Extra Delay | 0 seconds |
| Notes | |
| This function was added in 0.7.4-post-fixes | |