MembershipPromotionEligibility

class MembershipPromotionEligibility : IncomingGameMessage

An enhanced-client-only packet to inform the server of the status of membership eligibility.

Constructors

Link copied to clipboard
constructor(eligibleForIntroductoryPrice: Int, eligibleForTrialPurchase: Int)

Properties

Link copied to clipboard
open override val category: ClientProtCategory
Link copied to clipboard

whether the player is eligible for an introductory price, kept in an integer form in case there are more values than just yes/no.

Link copied to clipboard

whether the player is eligible for a trial purchase, kept int an integer form in case there are more values than just yes/no.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String