@ -512,15 +512,15 @@ namespace MWBase
virtual bool screenshot360 ( osg : : Image * image ) = 0 ;
virtual bool screenshot360 ( osg : : Image * image ) = 0 ;
/// Find default position inside exterior cell specified by name
/// Find default position inside exterior cell specified by name
/// \return invalid RefId if exterior with given name not exists, the cell's RefId otherwise
/// \return empty RefId if exterior with given name not exists, the cell's RefId otherwise
virtual ESM : : RefId findExteriorPosition ( std : : string_view name , ESM : : Position & pos ) = 0 ;
virtual ESM : : RefId findExteriorPosition ( std : : string_view name , ESM : : Position & pos ) = 0 ;
/// Find default position inside interior cell specified by name
/// Find default position inside interior cell specified by name
/// \return invalid RefId if interior with given name not exists, the cell's RefId otherwise
/// \return empty RefId if interior with given name not exists, the cell's RefId otherwise
virtual ESM : : RefId findInteriorPosition ( std : : string_view name , ESM : : Position & pos ) = 0 ;
virtual ESM : : RefId findInteriorPosition ( std : : string_view name , ESM : : Position & pos ) = 0 ;
/// Find default position inside interior or exterior cell specified by name
/// Find default position inside interior or exterior cell specified by name
/// \return invalid RefId if interior with given name not exists, the cell's RefId otherwise
/// \return empty RefId if interior with given name not exists, the cell's RefId otherwise
virtual ESM : : RefId findCellPosition ( std : : string_view cellName , ESM : : Position & pos ) = 0 ;
virtual ESM : : RefId findCellPosition ( std : : string_view cellName , ESM : : Position & pos ) = 0 ;
/// Enables or disables use of teleport spell effects (recall, intervention, etc).
/// Enables or disables use of teleport spell effects (recall, intervention, etc).
virtual void enableTeleporting ( bool enable ) = 0 ;
virtual void enableTeleporting ( bool enable ) = 0 ;