Skip to main content

ICharacterIdSet

Trait ICharacterIdSet 

Source
pub trait ICharacterIdSet: IObject {
Show 20 methods // Provided methods fn pid(self) -> Il2CppString { ... } fn set_pid(self, value: Il2CppString) { ... } fn jid(self) -> Il2CppString { ... } fn set_jid(self, value: Il2CppString) { ... } fn sid(self) -> Il2CppString { ... } fn set_sid(self, value: Il2CppString) { ... } fn iid(self) -> Il2CppString { ... } fn set_iid(self, value: Il2CppString) { ... } fn position(self) -> Array<i32> { ... } fn set_position(self, value: Array<i32>) { ... } fn lv(self) -> i32 { ... } fn set_lv(self, value: i32) { ... } fn hp(self) -> f32 { ... } fn set_hp(self, value: f32) { ... } fn exp(self) -> i32 { ... } fn set_exp(self, value: i32) { ... } fn is_engage(self) -> bool { ... } fn set_is_engage(self, value: bool) { ... } fn is_male(self) -> bool { ... } fn set_is_male(self, value: bool) { ... }
}

Provided Methods§

Source

fn pid(self) -> Il2CppString

Source

fn set_pid(self, value: Il2CppString)

Source

fn jid(self) -> Il2CppString

Source

fn set_jid(self, value: Il2CppString)

Source

fn sid(self) -> Il2CppString

Source

fn set_sid(self, value: Il2CppString)

Source

fn iid(self) -> Il2CppString

Source

fn set_iid(self, value: Il2CppString)

Source

fn position(self) -> Array<i32>

Source

fn set_position(self, value: Array<i32>)

Source

fn lv(self) -> i32

Source

fn set_lv(self, value: i32)

Source

fn hp(self) -> f32

Source

fn set_hp(self, value: f32)

Source

fn exp(self) -> i32

Source

fn set_exp(self, value: i32)

Source

fn is_engage(self) -> bool

Source

fn set_is_engage(self, value: bool)

Source

fn is_male(self) -> bool

Source

fn set_is_male(self, value: bool)

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§