C# Class PlayFab.ServerModels.ResultTableNode

Datei anzeigen Open project: PlayFab/PlayFabGameServer

Public Properties

Property 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
return string

ResultItemType public_oe property

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

Weight public_oe property

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