pub trait INexKillBonus_ServerSequenceMethods: INexKillBonus_ServerSequence {
Show 15 methods
// Provided methods
fn ctor(
self,
mode: impl Into<NexKillBonus_ServerSequence_Mode>,
cid: impl Into<Il2CppString>,
kill_count_image: impl Into<MapKillBonus_CountImage>,
killed_count_image: impl Into<MapKillBonus_CountImage>,
) { ... }
fn login(self) { ... }
fn postlogin(self) { ... }
fn search_data(self) { ... }
fn search_self_data(self) { ... }
fn delete_data(self) { ... }
fn get_data(self) { ... }
fn post_data(self) { ... }
fn update_data(self) { ... }
fn succeeded(self) { ... }
fn set_error(self, error: impl Into<NetError_App>) { ... }
fn error(self) { ... }
fn open_wait_message(self) { ... }
fn close_wait_message(self) { ... }
fn get_data_type(self) -> u16 { ... }
}Provided Methods§
Sourcefn ctor(
self,
mode: impl Into<NexKillBonus_ServerSequence_Mode>,
cid: impl Into<Il2CppString>,
kill_count_image: impl Into<MapKillBonus_CountImage>,
killed_count_image: impl Into<MapKillBonus_CountImage>,
)
fn ctor( self, mode: impl Into<NexKillBonus_ServerSequence_Mode>, cid: impl Into<Il2CppString>, kill_count_image: impl Into<MapKillBonus_CountImage>, killed_count_image: impl Into<MapKillBonus_CountImage>, )
.ctor(crate::app::nexkillbonus::NexKillBonus_ServerSequence_Mode, ::unity::Il2CppString, crate::app::mapkillbonus::MapKillBonus_CountImage, crate::app::mapkillbonus::MapKillBonus_CountImage) overload
Sourcefn search_data(self)
fn search_data(self)
SearchData() overload
Sourcefn search_self_data(self)
fn search_self_data(self)
SearchSelfData() overload
Sourcefn delete_data(self)
fn delete_data(self)
DeleteData() overload
Sourcefn update_data(self)
fn update_data(self)
UpdateData() overload
Sourcefn set_error(self, error: impl Into<NetError_App>)
fn set_error(self, error: impl Into<NetError_App>)
SetError(crate::app::neterror::NetError_App) overload
Sourcefn open_wait_message(self)
fn open_wait_message(self)
OpenWaitMessage() overload
Sourcefn close_wait_message(self)
fn close_wait_message(self)
CloseWaitMessage() overload
Sourcefn get_data_type(self) -> u16
fn get_data_type(self) -> u16
GetDataType() overload
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§
impl<__T: INexKillBonus_ServerSequence> INexKillBonus_ServerSequenceMethods for __T
Available on crate feature
app-nexkillbonus only.