pub struct hkbSequence<'a> {Show 17 fields
pub __ptr: Option<Pointer>,
pub parent: hkbModifier<'a>,
pub m_eventSequencedData: Vec<Pointer>,
pub m_realVariableSequencedData: Vec<Pointer>,
pub m_boolVariableSequencedData: Vec<Pointer>,
pub m_intVariableSequencedData: Vec<Pointer>,
pub m_enableEventId: i32,
pub m_disableEventId: i32,
pub m_stringData: Pointer,
pub m_variableIdMap: Pointer,
pub m_eventIdMap: Pointer,
pub m_nextSampleEvents: Vec<()>,
pub m_nextSampleReals: Vec<()>,
pub m_nextSampleBools: Vec<()>,
pub m_nextSampleInts: Vec<()>,
pub m_time: f32,
pub m_isEnabled: bool,
}Expand description
§C++ Info
- name:
hkbSequence - version:
0 - signature:
0x43182ca3 - size:
168(x86)/248(x86_64) - vtable:
true
Fields§
§__ptr: Option<Pointer>§Unique index for this class
- Represents a pointer on XML (
<hkobject name="#0001"></hkobject>) Option::None=> This class isclass in field.(<hkobject></hkobject>)
§Note
Not present in the binary & Not exist actual C++ field.
parent: hkbModifier<'a>Alternative to C++ class inheritance.
m_eventSequencedData: Vec<Pointer>§C++ Info
- name:
eventSequencedData(ctype:hkArray<hkbEventSequencedData*>) - offset:
44(x86)/80(x86_64) - type_size:
12(x86)/16(x86_64)
m_realVariableSequencedData: Vec<Pointer>§C++ Info
- name:
realVariableSequencedData(ctype:hkArray<hkbRealVariableSequencedData*>) - offset:
56(x86)/96(x86_64) - type_size:
12(x86)/16(x86_64)
m_boolVariableSequencedData: Vec<Pointer>§C++ Info
- name:
boolVariableSequencedData(ctype:hkArray<hkbBoolVariableSequencedData*>) - offset:
68(x86)/112(x86_64) - type_size:
12(x86)/16(x86_64)
m_intVariableSequencedData: Vec<Pointer>§C++ Info
- name:
intVariableSequencedData(ctype:hkArray<hkbIntVariableSequencedData*>) - offset:
80(x86)/128(x86_64) - type_size:
12(x86)/16(x86_64)
m_enableEventId: i32§C++ Info
- name:
enableEventId(ctype:hkInt32) - offset:
92(x86)/144(x86_64) - type_size:
4(x86)/4(x86_64)
m_disableEventId: i32§C++ Info
- name:
disableEventId(ctype:hkInt32) - offset:
96(x86)/148(x86_64) - type_size:
4(x86)/4(x86_64)
m_stringData: Pointer§C++ Info
- name:
stringData(ctype:struct hkbSequenceStringData*) - offset:
100(x86)/152(x86_64) - type_size:
4(x86)/8(x86_64)
m_variableIdMap: Pointer§C++ Info
- name:
variableIdMap(ctype:void*) - offset:
104(x86)/160(x86_64) - type_size:
4(x86)/8(x86_64) - flags:
SERIALIZE_IGNORED
m_eventIdMap: Pointer§C++ Info
- name:
eventIdMap(ctype:void*) - offset:
108(x86)/168(x86_64) - type_size:
4(x86)/8(x86_64) - flags:
SERIALIZE_IGNORED
m_nextSampleEvents: Vec<()>§C++ Info
- name:
nextSampleEvents(ctype:hkArray<void>) - offset:
112(x86)/176(x86_64) - type_size:
12(x86)/16(x86_64) - flags:
SERIALIZE_IGNORED
m_nextSampleReals: Vec<()>§C++ Info
- name:
nextSampleReals(ctype:hkArray<void>) - offset:
124(x86)/192(x86_64) - type_size:
12(x86)/16(x86_64) - flags:
SERIALIZE_IGNORED
m_nextSampleBools: Vec<()>§C++ Info
- name:
nextSampleBools(ctype:hkArray<void>) - offset:
136(x86)/208(x86_64) - type_size:
12(x86)/16(x86_64) - flags:
SERIALIZE_IGNORED
m_nextSampleInts: Vec<()>§C++ Info
- name:
nextSampleInts(ctype:hkArray<void>) - offset:
148(x86)/224(x86_64) - type_size:
12(x86)/16(x86_64) - flags:
SERIALIZE_IGNORED
m_time: f32§C++ Info
- name:
time(ctype:hkReal) - offset:
160(x86)/240(x86_64) - type_size:
4(x86)/4(x86_64) - flags:
SERIALIZE_IGNORED
m_isEnabled: bool§C++ Info
- name:
isEnabled(ctype:hkBool) - offset:
164(x86)/244(x86_64) - type_size:
1(x86)/1(x86_64) - flags:
SERIALIZE_IGNORED
Trait Implementations§
Source§impl<'a> Clone for hkbSequence<'a>
impl<'a> Clone for hkbSequence<'a>
Source§impl<'a> Debug for hkbSequence<'a>
impl<'a> Debug for hkbSequence<'a>
Source§impl<'a> Default for hkbSequence<'a>
impl<'a> Default for hkbSequence<'a>
Source§impl<'de> Deserialize<'de> for hkbSequence<'de>
impl<'de> Deserialize<'de> for hkbSequence<'de>
Source§fn deserialize<__D>(deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl<'a> HavokClass for hkbSequence<'a>
impl<'a> HavokClass for hkbSequence<'a>
Source§impl<'a> PartialEq for hkbSequence<'a>
impl<'a> PartialEq for hkbSequence<'a>
Auto Trait Implementations§
impl<'a> Freeze for hkbSequence<'a>
impl<'a> RefUnwindSafe for hkbSequence<'a>
impl<'a> Send for hkbSequence<'a>
impl<'a> Sync for hkbSequence<'a>
impl<'a> Unpin for hkbSequence<'a>
impl<'a> UnwindSafe for hkbSequence<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more