Show / Hide Table of Contents

Class StationEventCommand

Inheritance
System.Object
Robust.Shared.Toolshed.ToolshedCommand
StationEventCommand
Namespace: Content.Server.StationEvents
Assembly: Content.Server.dll
Syntax
public sealed class StationEventCommand : ToolshedCommand

Methods

| Improve this Doc View Source

LsProb()

Declaration
public IEnumerable<(string, float)> LsProb()
Returns
Type Description
IEnumerable<System.ValueTuple<System.String, System.Single>>
| Improve this Doc View Source

LsProbTime(Single)

Declaration
public IEnumerable<(string, float)> LsProbTime(float time)
Parameters
Type Name Description
System.Single time
Returns
Type Description
IEnumerable<System.ValueTuple<System.String, System.Single>>
| Improve this Doc View Source

Prob(String)

Declaration
public float Prob(string eventId)
Parameters
Type Name Description
System.String eventId
Returns
Type Description
System.Single
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾