MetaPlatformSDK_AchievementDefinition

Inherits: RefCounted

Represents the definition of an acheivement.

Description

Represents the definition of an acheivement.

Properties

int

bitfield_length

0

String

name

""

int

target

0

AchievementType

type

0


Property Descriptions

int bitfield_length = 0

  • int get_bitfield_length ( )

The length of the bitfield, if the type is MetaPlatformSDK.ACHIEVEMENT_TYPE_BITFIELD.


String name = ""

  • String get_name ( )

The name of the achievement.


int target = 0

  • int get_target ( )

The target count of the achievement, if the type is MetaPlatformSDK.ACHIEVEMENT_TYPE_COUNT.


AchievementType type = 0

The type of achievement.