GiftsFloors
GiftsFloors object
Methods:
.toDict()
: Converts theGiftsFloors
object back to a dictionary format..floor(giftShortName)
: Get floor for specified gift by it's short name.
How to get short name of the gift
1) Without request: by using toShortName(gift_name)
function from aportalsmp.utils.functions
.
2) With request: by using collections()
-> .short_name
. See collections
Last updated