ace_medical_status_fnc_getAllMedicationCount
Description
Gets effective count of all medications in a unit’s system (each medication dose is scaled from 0..1 based on time till max effect and max time in system)
Parameters
| Index | Description | Datatype(s) | Default Value |
|---|---|---|---|
| 0 | The patient | OBJECT | |
| 1 | Get raw count (true) or effect ratio (false) | BOOL | true |
Return Value
| Description | Datatype(s) |
|---|---|
| Array of medication counts | ARRAY of ARRAYs |
Example
[player] call ace_medical_status_fnc_getAllMedicationCount
Authors
- PabstMirror
- Cplhardcore