-
Notifications
You must be signed in to change notification settings - Fork 16
Exported predicates Splendor frame
basarane edited this page Dec 9, 2015
·
3 revisions
Several utility predicates are exported by frame. Some of them are
card(+CardId, -CardData)
The following predicate is satisfied (return true), if the card having id CardId
can be bought using Gems
and Bonusses
canBuyCard(+Gems, +Bonuses, +CardId)
isGetGemValid(+OwnedGems, +GetGems, +GiveBackGems, +AvailableGemsOnBoard)