[][src]Trait bakkesmod::wrappers::unreal::PriX

pub trait PriX: PlayerReplicationInfo {
    fn on_unique_id_changed(&self) { ... }
fn set_unique_id(&self, player_unique_id: UniqueNetId) { ... }
fn unregister_player_from_session(&self) { ... }
fn register_player_with_session(&self) { ... }
fn event_destroyed(&self, pri: PriXWrapper) { ... }
fn event_unique_id_changed(&self, pri: PriXWrapper) { ... }
fn event_player_name_changed(&self, pri: PriXWrapper) { ... } }

Provided methods

Loading content...

Implementors

impl PriX for PriWrapper[src]

impl PriX for PriXWrapper[src]

Loading content...