Romestead Assembly Reference

Shared.Analytics.AnalyticsHandler

Type JSON

public class in Shared.Analytics

Methods8
Properties0
Fields5
Events0
Type metadata
  • AssemblyShared
  • NamespaceShared.Analytics
  • Base typeSystem.Object
  • Hash6EC4960D58C4726C853FCB28A8AB90551000631B46AFDDE684048C12EBC56DF8

Relationships

Base type

System.Object

Fields

NameVisibilitySignature
CharacterAggregatedStatspublicpublic System.Collections.Generic.Dictionary<System.String, System.Double> CharacterAggregatedStats
Disabledpublicpublic System.Boolean Disabled
FirstsTrackerpublicpublic System.Collections.Generic.HashSet<System.String> FirstsTracker
SessionAggregatedStatspublicpublic System.Collections.Generic.Dictionary<System.String, System.Double> SessionAggregatedStats
SetDimensionspublicpublic System.Action SetDimensions

Methods

Clear

public System.Void Clear()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • HashC233F58B808338542350F32A81F7FD3A797B31B5F58A8EF5080290ABDF822595
  • Body hash275B149D6CA55E1196C6D16A9958F6CDCA4AB68BFE998A10708F3C4570F94C57
  • IL size39
Referenced calls
Called by

EndSession

public System.Void EndSession()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash3DB5084520990954329597FA6E34FAAAAC433A345C3A2FCCCCCFF7AE8F058C33
  • Body hash85AD62B6EF58E7771B081A4D888DD2E62EF833A2A63D2C42566EC552D32CEE9D
  • IL size153
Referenced calls
Called by

GetBiomeKey

public System.String GetBiomeKey(System.String biomeId)

Method metadata
  • Visibilitypublic
  • Return typeSystem.String
  • StaticTrue
  • VirtualFalse
  • Hash702C3FEFC0230193A761046265908687F8F53B2D4407202A142517B5CE712694
  • Body hashB11FC3A00F05776331C725A92FF544BBBE02C43DD53A545921F5FBE9FB5F3FBB
  • IL size946
Referenced calls
  • System.String::get_Length()
  • System.String::get_Chars(System.Int32)
  • System.String::op_Equality(System.String, System.String)
Called by
String literals
  • biome:plains
  • biome:desert
  • biome:forest
  • biome:plains_dry
  • biome:lake_small
  • biome:forest_light
  • biome:road
  • biome:lake
  • biome:test
  • biome:beach
  • biome:ocean
  • biome:river
  • biome:desert_edge
  • biome:forest_deep
  • biome:lake_island
  • biome:forest_autumn

GetWeaponKey

public System.String GetWeaponKey(Shared.Models.Items.WeaponTypeEnum weaponType)

Method metadata
  • Visibilitypublic
  • Return typeSystem.String
  • StaticTrue
  • VirtualFalse
  • HashE1DA0ACC4C9A4A9AF9EE40FE793C577FB8426A6A19D4E8AD0473FC160D21A99B
  • Body hash24348945A6730616197C889C400EF687BC049C02572996C2FEA2DD0534044D04
  • IL size192
Referenced calls
  • System.Object::ToString()
Called by
String literals
  • undefined
  • sword
  • spear
  • crossbow
  • shield
  • ammo
  • spell
  • dagger
  • sledge_hammer
  • bow
  • unarmed
  • grappling_hook
  • javelin

Log

public System.Void Log(System.String key, System.Double value, AnalyticsHandler.LogType type, System.Single initialValue)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • HashD35432263FC875065F182BBD5B8062855410B77F090754D31C15ADBC74F85C6A
  • Body hashBD2C0A39A148F83989B22132D93A2C0CA484234859C5ED5A93E5362DF19AFEC4
  • IL size162
Referenced calls
Called by

StartSession

public System.Void StartSession(System.Collections.Generic.HashSet<System.String> previousFirsts, System.Collections.Generic.Dictionary<System.String, System.Double> previousAggregates)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • HashCF7E3CE98146BC368BC21C9B7385945A825E7CD692E1867F06E10A4EC1DEE13E
  • Body hash6150D2FCDEB4E5C619EA6DC28C4BA4F026A1287EEE2066C4904B0883AD53BA2D
  • IL size101
Referenced calls
  • Shared.Analytics.AnalyticsHandler::Clear()
  • System.Collections.Generic.HashSet<System.String>::UnionWith(System.Collections.Generic.IEnumerable<!0>)
  • System.Collections.Generic.Dictionary<System.String, System.Double>::GetEnumerator()
  • Dictionary.Enumerator<System.String, System.Double>::get_Current()
  • System.Collections.Generic.KeyValuePair<System.String, System.Double>::get_Key()
  • System.Collections.Generic.KeyValuePair<System.String, System.Double>::get_Value()
  • System.Collections.Generic.Dictionary<System.String, System.Double>::set_Item(!0, !1)
  • Dictionary.Enumerator<System.String, System.Double>::MoveNext()
  • System.IDisposable::Dispose()
Called by

ToIdString

public System.String ToIdString(System.String id)

Method metadata
  • Visibilitypublic
  • Return typeSystem.String
  • StaticTrue
  • VirtualFalse
  • HashF7E579596FB9ABF3F8BF804EB3DA288519F7FDD0024665842EC5B000267D47A8
  • Body hashBC3989B9800CB7B19ADA1A0974B26A357301EBE80E3F8B148742400BB8C63B2D
  • IL size11
Referenced calls
  • System.String::Replace(System.Char, System.Char)
Called by