CloudCurrencyExtended

From Virtual World Web Wiki
Jump to: navigation, search

Represents an available GameCloud virtual currency

  • This is a JavaScript visible object

Remarks [edit]

Properties

Guid ID {get;}
The unique ID of the currency
string Identifier {get;}
The language translation identifier for the currency

Methods

ReturnType Collect(ParticipantExtended source, float amount)
Same as Rays.Collect except in this cloud currency
ReturnType GetBalance(ParticipantExtended target)
Same as Rays.GetBalance except in this cloud currency
ReturnType Payout(ParticipantExtended target, float amount)
Same as Rays.Payout except in this cloud currency
ReturnType Transfer(ParticipantExtended source, ParticipantExtended target, float amount)
Same as Rays.Transfer except in this cloud currency