Romestead Assembly Reference

Candide.GameModels.Managers.WorshipManager

Type JSON

public class in Candide.GameModels.Managers

Methods7
Properties0
Fields3
Events3
Type metadata
  • AssemblyRomestead
  • NamespaceCandide.GameModels.Managers
  • Base typeSystem.Object
  • Hash58752DF3FA1F4032579FE7DB0AD70B553CA1740E1891C76174C3FDD281423CEA

Relationships

Base type

System.Object

Fields

NameVisibilitySignature
AcquiredWorshipUnlocksChangedprivateprivate WorshipManager.GameStateAcquiredWorshipUnlocksChanged AcquiredWorshipUnlocksChanged
GodProgressionChangedprivateprivate WorshipManager.GameStateGodProgressionChanged GodProgressionChanged
WorshipPointsChangedprivateprivate WorshipManager.GameStateWorshipPointsChanged WorshipPointsChanged

Events

NameVisibilitySignature
AcquiredWorshipUnlocksChangedpublicpublic WorshipManager.GameStateAcquiredWorshipUnlocksChanged AcquiredWorshipUnlocksChanged
GodProgressionChangedpublicpublic WorshipManager.GameStateGodProgressionChanged GodProgressionChanged
WorshipPointsChangedpublicpublic WorshipManager.GameStateWorshipPointsChanged WorshipPointsChanged

Methods

CreateImgui

public System.Void CreateImgui()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash23B4A853242AA829B5533D00DDC40C9E64C7731001C015B1E1B972F105229786
  • Body hash4C457CAAD57B75F3CFE9419C9CA304D6CE52D6F58AC5CD3F9110EA2C16FF6523
  • IL size287
Referenced calls
String literals
  • -- Blessings --
  • B:
  • -- Ordinance --
  • O:

IsWorshipUnlockAvailable

public System.Boolean IsWorshipUnlockAvailable(Shared.Models.Gods.WorshipUnlock worshipUnlock)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Boolean
  • StaticTrue
  • VirtualFalse
  • Hash61EAF34EB21BE103EE25EA3BE95B04E537EA4925D497554E96F463F56F2AF861
  • Body hash53FB8C5BD42764A8E165CB9612AE5316550168C1A368983CE87126DBA024EDB2
  • IL size77
Referenced calls
  • System.Collections.Generic.HashSet<System.String>::Contains(!0)
  • System.Collections.Generic.Dictionary<System.String, Shared.Models.Gods.GodProgression>::get_Item(!0)
Called by

SyncFullGameState

public System.Void SyncFullGameState(CandideServer.ServerServices.GetFullGameStateResponse model)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash8A5BB1C89C8B47CF25BBCFEE6E234A54E5B95FD7BE7179EBD1158476CB8ADB2C
  • Body hash61CB73540AB6FD27A6279AAAFC66F124C2D1F4BFFB566E749A66731A03E43EC9
  • IL size81
Referenced calls
  • System.Collections.Generic.HashSet<System.String>::Clear()
  • System.Collections.Generic.HashSet<System.String>::GetEnumerator()
  • HashSet.Enumerator<System.String>::get_Current()
  • System.Collections.Generic.HashSet<System.String>::Add(!0)
  • HashSet.Enumerator<System.String>::MoveNext()
  • System.IDisposable::Dispose()

SynchCurrentWorshipPoints

public System.Void SynchCurrentWorshipPoints(System.Int32 worshipCurrency)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash210741DB4D9954E60CDEAEE1AD0DD2BF12979E66B719C8385216990855BE9F98
  • Body hash9D844524F7B845828A0A8868AC94487F3779186791BDCC64B638C0319C0CAD54
  • IL size87
Referenced calls
Called by
String literals
  • event:/interface/offering/ui_offering_unlock_worship_reward

SynchGodProgressionChanged

public System.Void SynchGodProgressionChanged(CandideServer.MessageModels.Gods.Worship.GodProgressionChangedMessage msg)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash0EFD868C0CFDA49F597343EC08880E0C17BB83605F2898E945CE109C32F14E8F
  • Body hash7C075FBD50D0CF43F575896105F6767DBAB2CFADF877567FBA86B0D3EF4119A0
  • IL size549
Referenced calls
Called by
String literals
  • Gods_Chat_GodDiscovered
  • event:/interface/offering/ui_offering_unlock_god

SynchWorshipUnlocked

public System.Void SynchWorshipUnlocked(System.String worshipUnlockId)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • HashB296779A36F006AACCB28F35E4F99C44E7CF3DBCE8AC9E2D641476BB702ED5A1
  • Body hashFAA06535AFBF0C71FCD8A0E3D835EB153514CC22299C902CA2C0F6B2A3376BB4
  • IL size29
Referenced calls
Called by

TryBuyWorshipUnlock

public System.Boolean TryBuyWorshipUnlock(Shared.Models.Gods.WorshipUnlock worshipUnlock)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Boolean
  • StaticTrue
  • VirtualFalse
  • Hash2C163295C03BE10B0A1BAB8046D70D646A3590BFB2BED36137C15600F40E1861
  • Body hash5EF386DF716DA19B7A44A9AD9E327F079393D394F790F0BEFF18A4C138F15E91
  • IL size111
Referenced calls
String literals
  • Tried to buy WorshipUnlock with ID
  • but not enough worship currency was found.
  • WorshipUnlock with ID
  • is already aquired.