question

Kim Strasser avatar image
Kim Strasser asked

How can I get prize table Arguments (JSON) in my cloud script function?

I have this prize table:

I want to get the values of "isTriggerdbyPrizeTable" and "rankRange" in my cloud script function after the leaderboard is reset.

EDIT: It works now. I used context.playStreamEvent instead of args.

var istriggered = args.isTriggerdbyPrizeTable;
var rankrange = args.rankRange;
CloudScript
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

0 Answers