pub struct CNetMsgSpawnGroupLoad {Show 20 fields
pub worldname: Option<String>,
pub entitylumpname: Option<String>,
pub entityfiltername: Option<String>,
pub spawngrouphandle: Option<u32>,
pub spawngroupownerhandle: Option<u32>,
pub world_offset_pos: Option<CMsgVector>,
pub world_offset_angle: Option<CMsgQAngle>,
pub spawngroupmanifest: Option<Vec<u8>>,
pub flags: Option<u32>,
pub tickcount: Option<i32>,
pub manifestincomplete: Option<bool>,
pub localnamefixup: Option<String>,
pub parentnamefixup: Option<String>,
pub manifestloadpriority: Option<i32>,
pub worldgroupid: Option<u32>,
pub creationsequence: Option<u32>,
pub savegamefilename: Option<String>,
pub spawngroupparenthandle: Option<u32>,
pub leveltransition: Option<bool>,
pub worldgroupname: Option<String>,
}Fields§
§worldname: Option<String>§entitylumpname: Option<String>§entityfiltername: Option<String>§spawngrouphandle: Option<u32>§spawngroupownerhandle: Option<u32>§world_offset_pos: Option<CMsgVector>§world_offset_angle: Option<CMsgQAngle>§spawngroupmanifest: Option<Vec<u8>>§flags: Option<u32>§tickcount: Option<i32>§manifestincomplete: Option<bool>§localnamefixup: Option<String>§parentnamefixup: Option<String>§manifestloadpriority: Option<i32>§worldgroupid: Option<u32>§creationsequence: Option<u32>§savegamefilename: Option<String>§spawngroupparenthandle: Option<u32>§leveltransition: Option<bool>§worldgroupname: Option<String>Implementations§
Source§impl CNetMsgSpawnGroupLoad
impl CNetMsgSpawnGroupLoad
Sourcepub fn worldname(&self) -> &str
pub fn worldname(&self) -> &str
Returns the value of worldname, or the default value if worldname is unset.
Sourcepub fn entitylumpname(&self) -> &str
pub fn entitylumpname(&self) -> &str
Returns the value of entitylumpname, or the default value if entitylumpname is unset.
Sourcepub fn entityfiltername(&self) -> &str
pub fn entityfiltername(&self) -> &str
Returns the value of entityfiltername, or the default value if entityfiltername is unset.
Sourcepub fn spawngrouphandle(&self) -> u32
pub fn spawngrouphandle(&self) -> u32
Returns the value of spawngrouphandle, or the default value if spawngrouphandle is unset.
Sourcepub fn spawngroupownerhandle(&self) -> u32
pub fn spawngroupownerhandle(&self) -> u32
Returns the value of spawngroupownerhandle, or the default value if spawngroupownerhandle is unset.
Sourcepub fn spawngroupmanifest(&self) -> &[u8] ⓘ
pub fn spawngroupmanifest(&self) -> &[u8] ⓘ
Returns the value of spawngroupmanifest, or the default value if spawngroupmanifest is unset.
Sourcepub fn tickcount(&self) -> i32
pub fn tickcount(&self) -> i32
Returns the value of tickcount, or the default value if tickcount is unset.
Sourcepub fn manifestincomplete(&self) -> bool
pub fn manifestincomplete(&self) -> bool
Returns the value of manifestincomplete, or the default value if manifestincomplete is unset.
Sourcepub fn localnamefixup(&self) -> &str
pub fn localnamefixup(&self) -> &str
Returns the value of localnamefixup, or the default value if localnamefixup is unset.
Sourcepub fn parentnamefixup(&self) -> &str
pub fn parentnamefixup(&self) -> &str
Returns the value of parentnamefixup, or the default value if parentnamefixup is unset.
Sourcepub fn manifestloadpriority(&self) -> i32
pub fn manifestloadpriority(&self) -> i32
Returns the value of manifestloadpriority, or the default value if manifestloadpriority is unset.
Sourcepub fn worldgroupid(&self) -> u32
pub fn worldgroupid(&self) -> u32
Returns the value of worldgroupid, or the default value if worldgroupid is unset.
Sourcepub fn creationsequence(&self) -> u32
pub fn creationsequence(&self) -> u32
Returns the value of creationsequence, or the default value if creationsequence is unset.
Sourcepub fn savegamefilename(&self) -> &str
pub fn savegamefilename(&self) -> &str
Returns the value of savegamefilename, or the default value if savegamefilename is unset.
Sourcepub fn spawngroupparenthandle(&self) -> u32
pub fn spawngroupparenthandle(&self) -> u32
Returns the value of spawngroupparenthandle, or the default value if spawngroupparenthandle is unset.
Sourcepub fn leveltransition(&self) -> bool
pub fn leveltransition(&self) -> bool
Returns the value of leveltransition, or the default value if leveltransition is unset.
Sourcepub fn worldgroupname(&self) -> &str
pub fn worldgroupname(&self) -> &str
Returns the value of worldgroupname, or the default value if worldgroupname is unset.
Trait Implementations§
Source§impl Clone for CNetMsgSpawnGroupLoad
impl Clone for CNetMsgSpawnGroupLoad
Source§fn clone(&self) -> CNetMsgSpawnGroupLoad
fn clone(&self) -> CNetMsgSpawnGroupLoad
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for CNetMsgSpawnGroupLoad
impl Debug for CNetMsgSpawnGroupLoad
Source§impl Default for CNetMsgSpawnGroupLoad
impl Default for CNetMsgSpawnGroupLoad
Source§fn default() -> CNetMsgSpawnGroupLoad
fn default() -> CNetMsgSpawnGroupLoad
Source§impl<'de> Deserialize<'de> for CNetMsgSpawnGroupLoad
impl<'de> Deserialize<'de> for CNetMsgSpawnGroupLoad
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<CNetMsgSpawnGroupLoad, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<CNetMsgSpawnGroupLoad, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Source§impl Message for CNetMsgSpawnGroupLoad
impl Message for CNetMsgSpawnGroupLoad
Source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
Source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
Source§fn encode_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
Source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
Source§fn encode_length_delimited_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
Source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
Source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
Source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self. Read moreSource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self.