Struct me3_game_support_ds3::DarkSouls3
source · [−]pub struct DarkSouls3;
Implementations
sourceimpl DarkSouls3
impl DarkSouls3
pub fn enable_network_logger(&self)
Trait Implementations
sourceimpl SprjGame for DarkSouls3
impl SprjGame for DarkSouls3
sourcefn enable_file_overrides(&self) -> bool
fn enable_file_overrides(&self) -> bool
Enable local file overrides. Colloquially known as the “UXM” patch.
sourcefn param_repository(&self) -> &'static ParamRepository
fn param_repository(&self) -> &'static ParamRepository
Get a reference to the ParamRepository of this game.
Auto Trait Implementations
impl RefUnwindSafe for DarkSouls3
impl Send for DarkSouls3
impl Sync for DarkSouls3
impl Unpin for DarkSouls3
impl UnwindSafe for DarkSouls3
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more