To set an anonymousAuthor you use the AuthorHandler.GetAnonymousAuthor method. But in my case I would like to process userdata and would therefor want to transform it back to a "real" user.
Anyone know how this is done?
Thanyou.
Ok solved this, you only need to get the Author.User and it will return the true userobject.
To set an anonymousAuthor you use the AuthorHandler.GetAnonymousAuthor method. But in my case I would like to process userdata and would therefor want to transform it back to a "real" user.
Anyone know how this is done?
Thanyou.