User module events interface. Users are described in detail in Users article. Module subscription API is described in detail in Subscriptions article.
userLoadPost (user:UserClass):Void
Event hook. Called after loading user from database if the module is subscribed to it. You can subscribe the module to this event in the constructor like this:
server.subscribeModule("core/user.loadPost", this);
Parameters:
user
User instance.