C# Class PlayFab.AdminModels.ResultTableNode

Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
ResultItem string
ResultItemType ResultTableNodeType
Weight int

Property Details

ResultItem public property

Either an ItemId, or the TableId of another random result table
public string ResultItem
return string

ResultItemType public property

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

Weight public property

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