deliverOnlineOnly property

bool deliverOnlineOnly
getter/setter pair

~english Checks whether this command message is only delivered to online users.

  • true: Yes.
  • false: No. ~end

~chinese 判断当前 CMD 类型消息是否只投递在线用户。

  • true:是;
  • false:否。 ~end

Implementation

bool deliverOnlineOnly = false;