Romestead Assembly Reference

CandideServer.ServerControllers.WorldFlagsSController

Type JSON

public class in CandideServer.ServerControllers

Methods1
Properties0
Fields0
Events0
Type metadata
  • AssemblyCandideServer
  • NamespaceCandideServer.ServerControllers
  • Base typeSystem.Object
  • HashE85B7648E84773BF340828015901EB03F4CF0DABB5513F4D68DA6E1A919E5410

Relationships

Base type

System.Object

Methods

SetFlag

public System.Boolean SetFlag(System.String flagName, System.Nullable<System.Int32> intValue, System.Nullable<System.Single> floatValue, System.Boolean isStatic)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Boolean
  • StaticTrue
  • VirtualFalse
  • HashAB5B1CAC902DEA8A7960D051A314599C33CF643E1F466B71CF360B2DE35BA32F
  • Body hash788833A28CD2DC6ED9C6695B1D3C3BE11083254DF3EB5CFF5C1227E465894761
  • IL size163
Referenced calls
  • System.Nullable<System.Single>::GetValueOrDefault()
  • System.Nullable<System.Single>::get_HasValue()
  • System.Nullable<System.Single>::.ctor(!0)
  • System.Nullable<System.Int32>::GetValueOrDefault()
  • System.Nullable<System.Int32>::get_HasValue()
  • System.Nullable<System.Int32>::.ctor(!0)
  • System.Collections.Generic.Dictionary<System.String, Shared.Models.WorldFlag>::TryGetValue(!0, !1&)
  • System.Nullable<System.Int32>::get_Value()
  • System.Nullable<System.Single>::get_Value()
  • System.Collections.Generic.Dictionary<System.String, Shared.Models.WorldFlag>::set_Item(!0, !1)
Called by