19 float stomach = player.m_PlayerStomach.GetStomachVolume();
32 if( player.GetNotifiersManager() )
34 player.GetNotifiersManager().ActivateByType(
eNotifiers.NTF_STUFFED);
40 if( player.GetNotifiersManager() )
42 player.GetNotifiersManager().DeactivateByType(
eNotifiers.NTF_STUFFED);
int m_ID
ID of effect, given by SEffectManager when registered (automatically done when playing through it)
bool m_TrackActivatedTime
overall time this modifier was active
float m_TickIntervalActive
float m_TickIntervalInactive
enum eModifierSyncIDs DEFAULT_TICK_TIME_ACTIVE
static const int BT_STOMACH_VOLUME_LVL3
override void OnDeactivate(PlayerBase player)
override void OnActivate(PlayerBase player)
override bool DeactivateCondition(PlayerBase player)
const int STUFFED_TRESHOLD
override bool ActivateCondition(PlayerBase player)
override void OnTick(PlayerBase player, float deltaT)