pub trait IDragonRideTargetGroup_ChainSEManager: IObject {
Show 16 methods
// Provided methods
fn c_link_chain_se(self) -> Array<Il2CppString> { ... }
fn set_c_link_chain_se(self, value: Array<Il2CppString>) { ... }
fn c_link_se_table(self) -> Array<i32> { ... }
fn set_c_link_se_table(self, value: Array<i32>) { ... }
fn m_root_id(self) -> Il2CppString { ... }
fn set_m_root_id(self, value: Il2CppString) { ... }
fn m_chain_count(self) -> i32 { ... }
fn set_m_chain_count(self, value: i32) { ... }
fn m_is_link(self) -> bool { ... }
fn set_m_is_link(self, value: bool) { ... }
fn m_is_special(self) -> bool { ... }
fn set_m_is_special(self, value: bool) { ... }
fn m_is_double_ex(self) -> bool { ... }
fn set_m_is_double_ex(self, value: bool) { ... }
fn m_alive_limit_counter(self) -> f32 { ... }
fn set_m_alive_limit_counter(self, value: f32) { ... }
}Provided Methods§
fn c_link_chain_se(self) -> Array<Il2CppString>
fn set_c_link_chain_se(self, value: Array<Il2CppString>)
fn c_link_se_table(self) -> Array<i32>
fn set_c_link_se_table(self, value: Array<i32>)
fn m_root_id(self) -> Il2CppString
fn set_m_root_id(self, value: Il2CppString)
fn m_chain_count(self) -> i32
fn set_m_chain_count(self, value: i32)
fn m_is_link(self) -> bool
fn set_m_is_link(self, value: bool)
fn m_is_special(self) -> bool
fn set_m_is_special(self, value: bool)
fn m_is_double_ex(self) -> bool
fn set_m_is_double_ex(self, value: bool)
fn m_alive_limit_counter(self) -> f32
fn set_m_alive_limit_counter(self, value: f32)
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.