Romestead Assembly Reference

CandideServer.ServerSystems.DelayedActionsServerSystem

Type JSON

public class in CandideServer.ServerSystems

Methods2
Properties0
Fields0
Events0
Type metadata
  • AssemblyCandideServer
  • NamespaceCandideServer.ServerSystems
  • Base typeSystem.Object
  • Hash2595C8F1C9E705DE8A3DBBE66AED69EE06C9654C90C03FB46AA89C637BBB0ED1

Relationships

Base type

System.Object

Methods

Delay

public System.Void Delay(System.Single time, System.Action action)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash61BCDFE0E8A1F646E27F575215376309E2B5A8CD7703FD0D71C9BA4D1CD89929
  • Body hashD57B84F0177C140ED402A8B16D3938E1F281B428D04338C7F84B8E3C700A7945
  • IL size31
Referenced calls
  • CandideServer.ServerSystems.TimedAction::.ctor()
  • System.Collections.Generic.HashSet<CandideServer.ServerSystems.TimedAction>::Add(!0)
Called by

Update

public System.Void Update(System.Single dt)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash2808ECEE94403511E94DE23BF0EA4E826AD35F4EC26AE759B8878970622D25BA
  • Body hashF356061F680DB136BA7EB250AA11343AABB60A3AAAF87BF365E8D4438C52E66A
  • IL size98
Referenced calls
  • System.Collections.Generic.HashSet<CandideServer.ServerSystems.TimedAction>::GetEnumerator()
  • HashSet.Enumerator<CandideServer.ServerSystems.TimedAction>::get_Current()
  • System.Action::Invoke()
  • System.Collections.Generic.HashSet<CandideServer.ServerSystems.TimedAction>::Remove(!0)
  • HashSet.Enumerator<CandideServer.ServerSystems.TimedAction>::MoveNext()
  • System.IDisposable::Dispose()
Called by