|
Elin Decompiled Documentation EA 23.334 Nightly
|
Public Member Functions | |
| void | Init () |
| void | CheckUpdate () |
| void | CheckDLC () |
| void | TestHasDLC () |
| void | CreateUserContent (BaseModPackage p) |
| void | UpdateUserContent (PublishedFileId_t fileId) |
| WorkshopItemData | CreateItemData (BaseModPackage p) |
Static Public Member Functions | |
| static bool | HasDLC (ID_DLC id) |
| static void | GetAchievement (ID_Achievement id) |
| static void | ResetAllAchievement () |
| static void | ResetAchievement (ID_Achievement id) |
| static void | QueryAllMyPublished (Action< List< WorkshopItem > > onComplete, Action< string > onFail=null, float timeout=10f) |
Public Attributes | |
| SteamworksBehaviour | steamworks |
| UserGeneratedContentQueryManager | ugc |
| WorkshopItem | testData |
| BaseModPackage | currentPackage |
Static Public Attributes | |
| static Steam | Instance |
Private Member Functions | |
| void | Awake () |
| void | CreateOrUpdateUserContent (List< WorkshopItem > items) |
|
inline |
|
inline |
Definition at line 278 of file Steam.cs.
References Debug, BaseModPackage.description, BaseModPackage.dirInfo, BaseModPackage.id, steamworks, BaseModPackage.tags, BaseModPackage.title, and BaseModPackage.visibility.
Referenced by CreateOrUpdateUserContent(), and UpdateUserContent().
|
inlineprivate |
Definition at line 207 of file Steam.cs.
References CreateItemData(), currentPackage, Debug, item, Dialog.Ok(), EClass.ui, and UpdateUserContent().
Referenced by CreateUserContent().
|
inline |
Definition at line 117 of file Steam.cs.
References CreateOrUpdateUserContent(), currentPackage, Debug, Dialog.Ok(), LayerProgress.onCancel, QueryAllMyPublished(), LayerProgress.Start(), and BaseModPackage.UpdateMeta().
|
inlinestatic |
Definition at line 53 of file Steam.cs.
References Debug, Instance, BaseCore.IsOffline, steamworks, and EClass.ui.
Referenced by Chara._ShowDialog(), FactionBranch.AddMemeber(), Chara.Die(), Religion.JoinFaith(), Player.ModKarma(), Trait.OnBarter(), UIHangIcon.OnClickCorner(), TraitDrink.OnDrink(), Chara.OnInsulted(), Trait.OnLockOpen(), AI_Fish.ProgressFish.OnProgressComplete(), TraitDiary.OnRead(), ConSmoking.OnStart(), DramaManager.ParseLine(), FoodEffect.Proc(), ActEffect.Proc(), AI_Eat.Run(), AI_Idle.Run(), Chara.ShowDialog(), Chara.Slap(), CoreDebug.UpdateAlways(), Player.UpdateNyan(), and DramaOutcome.upgrade_miscreation().
|
inlinestatic |
Definition at line 43 of file Steam.cs.
References Core.config, EClass.core, and CoreConfig.HasBackerRewardCode().
Referenced by CheckDLC(), FactionBranch.ReceivePackages(), and TestHasDLC().
|
inline |
Definition at line 28 of file Steam.cs.
Referenced by Core.Start().
|
inlinestatic |
Definition at line 132 of file Steam.cs.
References Debug, and Instance.
Referenced by CreateUserContent().
|
inlinestatic |
Definition at line 101 of file Steam.cs.
References Instance, and steamworks.
Referenced by CoreDebug.ResetAchievement().
|
inlinestatic |
Definition at line 92 of file Steam.cs.
References Instance, and steamworks.
Referenced by CoreDebug.ResetAllAchievement().
|
inline |
|
inline |
Definition at line 255 of file Steam.cs.
References CreateItemData(), currentPackage, and Debug.
Referenced by CreateOrUpdateUserContent().
| BaseModPackage Steam.currentPackage |
Definition at line 21 of file Steam.cs.
Referenced by CreateOrUpdateUserContent(), CreateUserContent(), and UpdateUserContent().
|
static |
Definition at line 13 of file Steam.cs.
Referenced by Awake(), GetAchievement(), QueryAllMyPublished(), ResetAchievement(), and ResetAllAchievement().
| SteamworksBehaviour Steam.steamworks |
Definition at line 15 of file Steam.cs.
Referenced by Core.Awake(), CreateItemData(), CoreDebug.FirstAdventurer(), GetAchievement(), ResetAchievement(), and ResetAllAchievement().