Skip to main content

INexKillBonus_ServerSequenceMethods

Trait INexKillBonus_ServerSequenceMethods 

Source
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§

Source

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

Source

fn login(self)

Login() overload

Source

fn postlogin(self)

Postlogin() overload

Source

fn search_data(self)

SearchData() overload

Source

fn search_self_data(self)

SearchSelfData() overload

Source

fn delete_data(self)

DeleteData() overload

Source

fn get_data(self)

GetData() overload

Source

fn post_data(self)

PostData() overload

Source

fn update_data(self)

UpdateData() overload

Source

fn succeeded(self)

Succeeded() overload

Source

fn set_error(self, error: impl Into<NetError_App>)

SetError(crate::app::neterror::NetError_App) overload

Source

fn error(self)

Error() overload

Source

fn open_wait_message(self)

OpenWaitMessage() overload

Source

fn close_wait_message(self)

CloseWaitMessage() overload

Source

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§

Source§

impl<__T: INexKillBonus_ServerSequence> INexKillBonus_ServerSequenceMethods for __T

Available on crate feature app-nexkillbonus only.