ObjectCreator
Returns the creator of the WowGameObject
.
This would be used to check the creator of a fishing bobber for example.
ObjectCreator(--[[(1)]]objectReference) : --[[(1)]]objectReference | false
- See Object Reference for more information on possible values.
Example
Get the creator of an object.
local creator = ObjectCreator(object)