Skip to main content

IGameUserGlobalData

Trait IGameUserGlobalData 

Source
pub trait IGameUserGlobalData: ISingletonClass_1<GameUserGlobalData> {
    // Provided methods
    fn m_completed_hash(self) -> HashSet_1<Il2CppString> { ... }
    fn set_m_completed_hash(self, value: HashSet_1<Il2CppString>) { ... }
    fn m_completed_list(self) -> List_1<Il2CppString> { ... }
    fn set_m_completed_list(self, value: List_1<Il2CppString>) { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§