Romestead Assembly Reference

CandideServer.ServerManagers.OfferingsServerManager

Type JSON

public class in CandideServer.ServerManagers

Methods7
Properties0
Fields1
Events0
Type metadata
  • AssemblyCandideServer
  • NamespaceCandideServer.ServerManagers
  • Base typeSystem.Object
  • Hash2154F1C1E6F3FE2FF57DC2772E98867064E94BD369079238855E04E147CA62A6

Relationships

Base type

System.Object

Fields

NameVisibilitySignature
ReuseCurrentOfferingsprivateprivate System.Collections.Generic.Dictionary<System.String, System.Int32> ReuseCurrentOfferings

Methods

AddOffering

public System.Void AddOffering(System.String offeringId, System.Boolean sendToNetwork)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash678AEEBB889E5D7FD4CC43BBC94FDFE644817AE32B1833394274244B369AC703
  • Body hash549EE18754534FD09B624F0135741801A5F386BF576921EECA88E71663EB18EC
  • IL size298
Referenced calls
Called by
String literals
  • OfferingsServerManager
  • : Failed to add repeatable offering
  • , already exists.
  • : Failed to add daily offering
  • : Failed to add special offering

GetCurrentOfferings

public System.Collections.Generic.Dictionary<System.String, System.Int32> GetCurrentOfferings()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Collections.Generic.Dictionary<System.String, System.Int32>
  • StaticTrue
  • VirtualFalse
  • Hash10864E320E2E08278F102E32C61D18A74555ABB84F1EBD52CBEB048035172607
  • Body hash46A1EB9D2143DB7BFA2C6805D4B21AB30F324D047F1AC2AA8F96136E6807E3B3
  • IL size156
Referenced calls
  • System.Collections.Generic.Dictionary<System.String, System.Int32>::Clear()
  • System.Collections.Generic.HashSet<System.String>::GetEnumerator()
  • HashSet.Enumerator<System.String>::get_Current()
  • System.Collections.Generic.CollectionExtensions::GetValueOrDefault(System.Collections.Generic.IReadOnlyDictionary<!!0, !!1>, !!0, !!1)
  • System.Collections.Generic.Dictionary<System.String, System.Int32>::Add(!0, !1)
  • HashSet.Enumerator<System.String>::MoveNext()
  • System.IDisposable::Dispose()
Called by

SetDailyOffering

public System.Void SetDailyOffering(System.String dailyOffering)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash526C40648AA252AD82D247F4A8A63FD4824ABC848F8B292E5964326AA1CA43CA
  • Body hash230690C0D22404C3D7E88D4B58B0A3EED10B67AD144C3A5BEDB8987B2D51B149
  • IL size12
Referenced calls
Called by

TryHandInOffering

public System.Void TryHandInOffering(System.Guid altarBuildingId, System.Nullable<System.Guid> characterEntityId)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash3C8EFE92983B235A6319784C62AF70602FCA570A723FA15C5B39CB8E260587B2
  • Body hashCD9DA2F41B6837848466CF9854730B616F1F7C4CDC27616ADB7E8A22495A5C79
  • IL size176
Referenced calls
Called by
String literals
  • TryHandInOffering
  • : Altar with id
  • does not have a storage inventory

TryHandInOffering

public System.Void TryHandInOffering(System.Guid playerCharacterId, System.String offeringId)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash87420BDFF66311BF9C412B4060BE038503D66F4D33E034319B2412FCFEB70E21
  • Body hash8CF8650E41F424A56D70E97A7EE34A0AE187CD195F47827B69CDB222D5AD7118
  • IL size467
Referenced calls
String literals
  • Tried handing in Repeatable offering but it is not part of the available ones.
  • Tried handing in Daily offering but it is not set as the current one.
  • Tried handing in Special offering but it is not part of the available ones.
  • Unknown offering type:
  • Unknown offering requirement type:

TrySacrificeCitizen

public System.Void TrySacrificeCitizen(System.Guid citizenId, System.Nullable<System.Guid> characterEntityId)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash424423E599145B21099EEEF8FBF1DC4AD4FB99C6E4505CBFD95A237A41F12139
  • Body hashB3B85CBAE61DF991F8F879F01AFC0B2D414E3CF411721DA90B91EAE34971CD5C
  • IL size177
Referenced calls
Called by
String literals
  • citizen:sacrificed
  • aura:special:sacrifice_spawn_increase

UpdateCurrentOfferings

private System.Void UpdateCurrentOfferings()

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash2928118961B43B4AC4F433D4E3C39567BEE6D0AB0121B05BDC551A74F32EAE12
  • Body hashBFC2007F15129A511E41B6C1E5E89AA02060CC6974DC942173DCDD5A93B10578
  • IL size22
Referenced calls
Called by