Captainup  2.4
Properties | List of all members
<CPTCurrency> Protocol Reference

#import <CPTCurrency.h>

Inheritance diagram for <CPTCurrency>:
<CPTObject>

Properties

NSString * name
 
NSInteger amount
 
NSInteger amountReceived
 
NSUInteger multiplier
 
NSUInteger playerTotal
 
- Properties inherited from <CPTObject>
NSDictionary< NSString *, id > * sourceDictionary
 

Additional Inherited Members

- Instance Methods inherited from <CPTObject>
(nonnull instancetype) - initWithDictionary:
 
(nonnull NSDictionary< NSString *, id > *) - toDictionary
 

Detailed Description

Currency Object, can be used to know the total amount of currency a player has, or the amount of currency received by an action, a badge, an asset etc..

Property Documentation

◆ amount

- (NSInteger) amount
readnonatomicassign

amount of currency

◆ amountReceived

- (NSInteger) amountReceived
readnonatomicassign

amount received

◆ multiplier

- (NSUInteger) multiplier
readnonatomicassign

multiplier

◆ name

- (NSString*) name
readnonatomicassign

currency name

◆ playerTotal

- (NSUInteger) playerTotal
readnonatomicassign

player total


The documentation for this protocol was generated from the following file: