A boolean flag indicating if the user is recognized as Moderator.
Version:
SmartFoxServer Basic / Pro
The following example shows how to check if the current user is a Moderator in the current SmartFoxServer zone.
CopyC#
if (smartfox.amIModerator) Debug.WriteLine("I'm a Moderator in this zone"); else Debug.WriteLine("I'm a standard user");