Skip to content

CCEffectInstanceBidWar

SilicDev edited this page Feb 21, 2024 · 1 revision

CCEffectInstanceBidWar

Class: CCEffectInstanceBidWar

Instance of a bid war effect.

Description

CCEffectInstanceBidWar holds additional information about a bid that was placed on a bid entry of a CCEffectBidWar.

Methods

type signature
int get_bid_amount() const
String get_bid_id() const
String get_bid_name() const

Method Descriptions

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.

Clone this wiki locally