GetLastOpenedBy()
Get the last creature that opened the caller.
object GetLastOpenedBy();
Description
Get the last creature that opened the calling object.
Returns OBJECT_INVALID if the caller is not a valid door or placeable.
Remarks
Can be used as a replacement for GetLastDisturbed, this function is simply a way to get a reference to an object that opened a door or other placeable.
Version
1.22
See Also
functions: | GetLastDisturbed | GetLastOpener | GetLastUsedBy |
categories: | Get Data from Object Functions |
author: John Shuell
Send comments on this topic.