Steam
Properties | List of all members
LapinerTools.Steam.UI.SteamWorkshopItemNode.ItemDataSetEventArgs Class Reference

Inherits LapinerTools.Steam.Data.EventArgsBase.

Properties

WorkshopItem ItemData [get, set]
 The Steam data of the item. More...
 
SteamWorkshopItemNode ItemUI [get, set]
 The uGUI object reference of the item. Can be used to find children of customized UI e.g. highscores. More...
 
- Properties inherited from LapinerTools.Steam.Data.EventArgsBase
bool IsError [get, set]
 true, if an error has occured, false otherwise. More...
 
string ErrorMessage [get, set]
 Contains the error message if the EventArgsBase.IsError property is true. More...
 

Additional Inherited Members

- Public Member Functions inherited from LapinerTools.Steam.Data.EventArgsBase
 EventArgsBase ()
 
 EventArgsBase (EventArgsBase p_copyFromArgs)
 

Detailed Description

This is the argument of the SteamWorkshopUIBrowse.OnItemDataSet event. Use the ItemDataSetEventArgs.ItemUI property to find children of your customized UI e.g. highscores. Use the ItemDataSetEventArgs.ItemData property to get Steam data of the item.

Property Documentation

◆ ItemData

WorkshopItem LapinerTools.Steam.UI.SteamWorkshopItemNode.ItemDataSetEventArgs.ItemData
getset

The Steam data of the item.

◆ ItemUI

SteamWorkshopItemNode LapinerTools.Steam.UI.SteamWorkshopItemNode.ItemDataSetEventArgs.ItemUI
getset

The uGUI object reference of the item. Can be used to find children of customized UI e.g. highscores.

The item U.


The documentation for this class was generated from the following file: