OsGetRezzingObject
From OpenSimulator
(Difference between revisions)
												
			m (Added note stating which version of OpenSim introduced this function)  | 
			|||
| Line 1: | Line 1: | ||
{{osslfunc  | {{osslfunc  | ||
| − | |function_syntax=  | + | |function_syntax=string osGetRezzingObject()  | 
|threat_level=None  | |threat_level=None  | ||
|permissions=true  | |permissions=true  | ||
Revision as of 12:15, 14 November 2018
string 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 | |