MetaPlatformSDK_AchievementDefinition
Inherits: RefCounted
Represents the definition of an acheivement.
Description
Represents the definition of an acheivement.
Properties
int |
|
|
String |
|
|
int |
|
|
|
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
AchievementType get_type ( )
The type of achievement.