23    virtual bool isInWorldAndNotShowingAnyMenuScreens() 
const = 0;
 
   26    virtual bool isPausingGame() 
const = 0;
 
   29    virtual ::AdventureSettings 
const& getAdventureSettings() 
const = 0;
 
   32    virtual ::ClientPlayMode getPlayMode() 
const = 0;
 
   35    virtual ::InputMode getInputMode() 
const = 0;
 
   38    virtual ::GameType getDefaultGameType() 
const = 0;
 
   41    virtual float getSmoothRotationSpeed() 
const = 0;
 
 
Definition ExternalDataInterface.h:15