|
Elin Decompiled Documentation EA 23.287 Stable Patch 3
|
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) |
Public Attributes | |
| SteamworksBehaviour | steamworks |
| UserGeneratedContentQueryManager | ugc |
| WorkshopItem | testData |
| BaseModPackage | currentPackage |
Static Public Attributes | |
| static Steam | Instance |
Private Member Functions | |
| void | Awake () |
| void | CreateUserContent2 (UgcQuery query) |
|
inline |
|
inline |
Definition at line 201 of file Steam.cs.
References Debug, BaseModPackage.description, BaseModPackage.dirInfo, BaseModPackage.id, steamworks, BaseModPackage.tags, BaseModPackage.title, and BaseModPackage.visibility.
Referenced by CreateUserContent2(), and UpdateUserContent().
|
inline |
Definition at line 115 of file Steam.cs.
References CreateUserContent2(), currentPackage, LayerProgress.onCancel, LayerProgress.Start(), and BaseModPackage.UpdateMeta().
|
inlineprivate |
Definition at line 127 of file Steam.cs.
References CreateItemData(), currentPackage, Debug, Dialog.Ok(), EClass.ui, and UpdateUserContent().
Referenced by CreateUserContent().
|
inlinestatic |
Definition at line 51 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(), AI_Fish.ProgressFish.OnProgressComplete(), DramaManager.ParseLine(), FoodEffect.Proc(), ActEffect.Proc(), Chara.ShowDialog(), Chara.Slap(), Trait.TryOpenLock(), CoreDebug.UpdateAlways(), and Player.UpdateNyan().
|
inlinestatic |
Definition at line 41 of file Steam.cs.
References Core.config, EClass.core, and CoreConfig.HasBackerRewardCode().
Referenced by CheckDLC(), FactionBranch.ReceivePackages(), and TestHasDLC().
|
inline |
Definition at line 26 of file Steam.cs.
Referenced by Core.Start().
|
inlinestatic |
Definition at line 99 of file Steam.cs.
References Instance, and steamworks.
Referenced by CoreDebug.ResetAchievement().
|
inlinestatic |
Definition at line 90 of file Steam.cs.
References Instance, and steamworks.
Referenced by CoreDebug.ResetAllAchievement().
|
inline |
|
inline |
Definition at line 178 of file Steam.cs.
References CreateItemData(), currentPackage, and Debug.
Referenced by CreateUserContent2().
| BaseModPackage Steam.currentPackage |
Definition at line 19 of file Steam.cs.
Referenced by CreateUserContent(), CreateUserContent2(), and UpdateUserContent().
|
static |
Definition at line 11 of file Steam.cs.
Referenced by Awake(), GetAchievement(), ResetAchievement(), and ResetAllAchievement().
| SteamworksBehaviour Steam.steamworks |
Definition at line 13 of file Steam.cs.
Referenced by Core.Awake(), CreateItemData(), CoreDebug.FirstAdventurer(), GetAchievement(), ResetAchievement(), and ResetAllAchievement().