CommonLibSSE (powerof3)
Rumble.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace RE
4 {
5  // It looks like this is a non-singleton static class in Skyrim SE, vs a singleton class in FO4
6  class Rumble
7  {
8  static void DisableRumble();
9  };
10 }
Definition: Rumble.h:7
Definition: AbsorbEffect.h:6