-
Notifications
You must be signed in to change notification settings - Fork 2
CCEffectInstanceBidWar
SilicDev edited this page Feb 21, 2024
·
1 revision
Inherits: CCEffectInstance < RefCounted < Object
Instance of a bid war effect.
CCEffectInstanceBidWar holds additional information about a bid that was placed on a bid entry of a CCEffectBidWar.
| type | signature |
|---|---|
| int | get_bid_amount() const
|
| String | get_bid_id() const
|
| String | get_bid_name() const
|
int get_bid_amount() const
: Returns the amount bid on the bid entry of this effect.
String get_bid_id() const
: Returns the id of the bid entry of this effect.
String get_bid_name() const
: Returns the name of the bid entry of this effect.
©SilicDev, 2023-2024
CCEffect
CCEffectInstance