C# Class PlayFab.AdminModels.ResultTableNode

Afficher le fichier Open project: PlayFab/PlayFabGameServer

Méthodes publiques

Свойство Type Description
ResultItem string
ResultItemType ResultTableNodeType
Weight int

Property Details

ResultItem public_oe property

Either an ItemId, or the TableId of another random result table
public string ResultItem
Résultat string

ResultItemType public_oe property

Whether this entry in the table is an item or a link to another table
public ResultTableNodeType ResultItemType
Résultat ResultTableNodeType

Weight public_oe property

How likely this is to be rolled - larger numbers add more weight
public int Weight
Résultat int