![]() |
FirstModulAR 0.1.0
|
Provides vitals over the network, server authoritative. More...
Public Member Functions | |
| override void | OnNetworkSpawn () |
| bool | TryGetVital (DataType vital, out List<(double time, double value)> list) |
| Tries to get the list of vital sign data for the specified vital type. | |
| override void | OnDestroy () |
| void | SetupOpioidOverdose () |
Public Member Functions inherited from FMAR.Comms.Vitals.IVitalsProvider | |
Properties | |
| IReadOnlyCollection< DataType > | VitalsProvided [get] |
| Gets the collection of data types for the provided vital signs. | |
| IReadOnlyDictionary< VitalsThreshold, float > | VitalsThresholdAlertTimers [get] |
| Provides the dictionary of alert timers for the vital sign thresholds. | |
| bool | IsOverdosing [get] |
Properties inherited from FMAR.Comms.Vitals.IVitalsProvider | |
Provides vitals over the network, server authoritative.
|
inline |
|
inline |
|
inline |
|
inline |
Tries to get the list of vital sign data for the specified vital type.
| vital | The type of vital sign to retrieve. |
| list | The list of vital sign data. |
Implements FMAR.Comms.Vitals.IVitalsProvider.
|
get |
|
get |
Gets the collection of data types for the provided vital signs.
Implements FMAR.Comms.Vitals.IVitalsProvider.
|
get |
Provides the dictionary of alert timers for the vital sign thresholds.
Implements FMAR.Comms.Vitals.IVitalsProvider.