pub struct hkbAttachmentModifier<'a> {Show 14 fields
pub __ptr: Option<Pointer>,
pub parent: hkbModifier<'a>,
pub m_sendToAttacherOnAttach: hkbEventProperty,
pub m_sendToAttacheeOnAttach: hkbEventProperty,
pub m_sendToAttacherOnDetach: hkbEventProperty,
pub m_sendToAttacheeOnDetach: hkbEventProperty,
pub m_attachmentSetup: Pointer,
pub m_attacherHandle: Pointer,
pub m_attacheeHandle: Pointer,
pub m_attacheeLayer: i32,
pub m_attacheeRB: Pointer,
pub m_oldMotionType: u8,
pub m_oldFilterInfo: i32,
pub m_attachment: Pointer,
}Expand description
§C++ Info
- name:
hkbAttachmentModifier - version:
1 - signature:
0xcc0aab32 - size:
108(x86)/200(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_sendToAttacherOnAttach: hkbEventProperty§C++ Info
- name:
sendToAttacherOnAttach(ctype:struct hkbEventProperty) - offset:
44(x86)/80(x86_64) - type_size:
8(x86)/16(x86_64)
m_sendToAttacheeOnAttach: hkbEventProperty§C++ Info
- name:
sendToAttacheeOnAttach(ctype:struct hkbEventProperty) - offset:
52(x86)/96(x86_64) - type_size:
8(x86)/16(x86_64)
m_sendToAttacherOnDetach: hkbEventProperty§C++ Info
- name:
sendToAttacherOnDetach(ctype:struct hkbEventProperty) - offset:
60(x86)/112(x86_64) - type_size:
8(x86)/16(x86_64)
m_sendToAttacheeOnDetach: hkbEventProperty§C++ Info
- name:
sendToAttacheeOnDetach(ctype:struct hkbEventProperty) - offset:
68(x86)/128(x86_64) - type_size:
8(x86)/16(x86_64)
m_attachmentSetup: Pointer§C++ Info
- name:
attachmentSetup(ctype:struct hkbAttachmentSetup*) - offset:
76(x86)/144(x86_64) - type_size:
4(x86)/8(x86_64)
m_attacherHandle: Pointer§C++ Info
- name:
attacherHandle(ctype:struct hkbHandle*) - offset:
80(x86)/152(x86_64) - type_size:
4(x86)/8(x86_64)
m_attacheeHandle: Pointer§C++ Info
- name:
attacheeHandle(ctype:struct hkbHandle*) - offset:
84(x86)/160(x86_64) - type_size:
4(x86)/8(x86_64)
m_attacheeLayer: i32§C++ Info
- name:
attacheeLayer(ctype:hkInt32) - offset:
88(x86)/168(x86_64) - type_size:
4(x86)/4(x86_64)
m_attacheeRB: Pointer§C++ Info
- name:
attacheeRB(ctype:void*) - offset:
92(x86)/176(x86_64) - type_size:
4(x86)/8(x86_64) - flags:
SERIALIZE_IGNORED
m_oldMotionType: u8§C++ Info
- name:
oldMotionType(ctype:enum unknown) - offset:
96(x86)/184(x86_64) - type_size:
1(x86)/1(x86_64) - flags:
SERIALIZE_IGNORED
m_oldFilterInfo: i32§C++ Info
- name:
oldFilterInfo(ctype:hkInt32) - offset:
100(x86)/188(x86_64) - type_size:
4(x86)/4(x86_64) - flags:
SERIALIZE_IGNORED
m_attachment: Pointer§C++ Info
- name:
attachment(ctype:void*) - offset:
104(x86)/192(x86_64) - type_size:
4(x86)/8(x86_64) - flags:
SERIALIZE_IGNORED
Trait Implementations§
Source§impl<'a> Clone for hkbAttachmentModifier<'a>
impl<'a> Clone for hkbAttachmentModifier<'a>
Source§impl<'a> Debug for hkbAttachmentModifier<'a>
impl<'a> Debug for hkbAttachmentModifier<'a>
Source§impl<'a> Default for hkbAttachmentModifier<'a>
impl<'a> Default for hkbAttachmentModifier<'a>
Source§impl<'de> Deserialize<'de> for hkbAttachmentModifier<'de>
impl<'de> Deserialize<'de> for hkbAttachmentModifier<'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 hkbAttachmentModifier<'a>
impl<'a> HavokClass for hkbAttachmentModifier<'a>
Source§impl<'a> PartialEq for hkbAttachmentModifier<'a>
impl<'a> PartialEq for hkbAttachmentModifier<'a>
Auto Trait Implementations§
impl<'a> Freeze for hkbAttachmentModifier<'a>
impl<'a> RefUnwindSafe for hkbAttachmentModifier<'a>
impl<'a> Send for hkbAttachmentModifier<'a>
impl<'a> Sync for hkbAttachmentModifier<'a>
impl<'a> Unpin for hkbAttachmentModifier<'a>
impl<'a> UnwindSafe for hkbAttachmentModifier<'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