stamina_container
Vars | |
current | How much stamina we have right now |
---|---|
decrement | Every tick, remove this much stamina |
is_regenerating | Are we regenerating right now? |
loss | The difference between current and maximum stamina |
maximum | The maximum amount of stamina this container has |
parent | Daddy? |
regen_rate | The amount of stamina gained per second |
Procs | |
adjust | Adjust stamina by an amount. |
pause | Pause stamina regeneration for some period of time. Does not support doing this from multiple sources at once because I do not do that and I will add it later if I want to. |
resume | Resume stamina processing |
stop | Stops stamina regeneration entirely until manually resumed. |
Var Details
current
How much stamina we have right now
decrement
Every tick, remove this much stamina
is_regenerating
Are we regenerating right now?
loss
The difference between current and maximum stamina
maximum
The maximum amount of stamina this container has
parent
Daddy?
regen_rate
The amount of stamina gained per second
Proc Details
adjust
Adjust stamina by an amount.
pause
Pause stamina regeneration for some period of time. Does not support doing this from multiple sources at once because I do not do that and I will add it later if I want to.
resume
Resume stamina processing
stop
Stops stamina regeneration entirely until manually resumed.