Romestead Assembly Reference

Shared.Helpers.PlayerFlagsHelper

Type JSON

public class in Shared.Helpers

Methods4
Properties0
Fields0
Events0
Type metadata
  • AssemblyShared
  • NamespaceShared.Helpers
  • Base typeSystem.Object
  • Hash630DC714749790B9403D6F5C3A567BB2C189D963E433C8AF6F50A8FA4BB7B1A9

Relationships

Base type

System.Object

Methods

GetFlagValue1

public System.Single GetFlagValue1(Shared.Models.Player.PlayerCharacterModel character, System.String id, System.Single defaultValue)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Single
  • StaticTrue
  • VirtualFalse
  • Hash486D2E51C37029EFC75AF7AA048B8D3BBB9309139DF57E51090FE726FA6AD518
  • Body hash20CF0D0DC83028CD5A3C82FB0DDE72343396827408A4E5CCA3D93CB3A5AEEBA6
  • IL size25
Referenced calls
  • System.Collections.Generic.Dictionary<System.String, Shared.Models.Player.CharacterFlag>::TryGetValue(!0, !1&)
Called by

GetFlagValue2

public System.Single GetFlagValue2(Shared.Models.Player.PlayerCharacterModel character, System.String id, System.Single defaultValue)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Single
  • StaticTrue
  • VirtualFalse
  • HashA21EA8C281BC35F1E954D0B5EBB19C96296E8D00F666DCED84AD4C37CF845ED6
  • Body hash951063BEE553D5AF7707CD3918F6C56B57521FB2EA354247D764B0335FA3E332
  • IL size25
Referenced calls
  • System.Collections.Generic.Dictionary<System.String, Shared.Models.Player.CharacterFlag>::TryGetValue(!0, !1&)
Called by

GetFlagValues

public System.ValueTuple<System.Single, System.Single> GetFlagValues(Shared.Models.Player.PlayerCharacterModel character, System.String id, System.Single defaultValue1, System.Single defaultValue2)

Method metadata
  • Visibilitypublic
  • Return typeSystem.ValueTuple<System.Single, System.Single>
  • StaticTrue
  • VirtualFalse
  • HashC58CABB8B64DB9CE1121E5397FDB5751D54EC2363B69B3EC7E2A7B7772AF4B6C
  • Body hashFAA603EF83272F7006E26B3799332BD3311C91828F40901C824F35ACEBA60A30
  • IL size42
Referenced calls
  • System.Collections.Generic.Dictionary<System.String, Shared.Models.Player.CharacterFlag>::TryGetValue(!0, !1&)
  • System.ValueTuple<System.Single, System.Single>::.ctor(!0, !1)
Called by

HasFlag

public System.Boolean HasFlag(Shared.Models.Player.PlayerCharacterModel character, System.String id)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Boolean
  • StaticTrue
  • VirtualFalse
  • HashEDA1059C61B422DB89C66FEEC8AFD8D5B8B3B11FFA4361B69015E85ED0D5E4F7
  • Body hashD7B5651CD84AA986DD824739F018EC1CE5135C924A13825FBB57115E78BE8577
  • IL size13
Referenced calls
  • System.Collections.Generic.Dictionary<System.String, Shared.Models.Player.CharacterFlag>::ContainsKey(!0)
Called by