GetPlaceableLastClickedBy()
Determines the last object that default clicked (left clicked) on the placeable object that is calling this function.
object GetPlaceableLastClickedBy();
Description
Determines the last object that default clicked (left clicked) on the placeable object that is calling this function.
Should only be called from a placeable's OnClick event.
Returns OBJECT_INVALID if it is called by something other than a placeable.
Version
1.67
See Also
events:  | OnClick |
categories:  | Get Data from Object Functions |
author: bernosky, editor: Mistress, Kookoo