pub struct hkbCharacter<'a> {Show 21 fields
pub __ptr: Option<Pointer>,
pub parent: hkReferencedObject,
pub m_nearbyCharacters: Vec<Pointer>,
pub m_currentLod: i16,
pub m_numTracksInLod: i16,
pub m_name: StringPtr<'a>,
pub m_ragdollDriver: Pointer,
pub m_characterControllerDriver: Pointer,
pub m_footIkDriver: Pointer,
pub m_handIkDriver: Pointer,
pub m_setup: Pointer,
pub m_behaviorGraph: Pointer,
pub m_projectData: Pointer,
pub m_animationBindingSet: Pointer,
pub m_raycastInterface: Pointer,
pub m_world: Pointer,
pub m_eventQueue: Pointer,
pub m_worldFromModel: Pointer,
pub m_poseLocal: Vec<()>,
pub m_deleteWorldFromModel: bool,
pub m_deletePoseLocal: bool,
}Expand description
§C++ Info
- name:
hkbCharacter - version:
2 - signature:
0x3088a5c5 - size:
88(x86)/160(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: hkReferencedObjectAlternative to C++ class inheritance.
m_nearbyCharacters: Vec<Pointer>§C++ Info
- name:
nearbyCharacters(ctype:hkArray<hkbCharacter*>) - offset:
8(x86)/16(x86_64) - type_size:
12(x86)/16(x86_64)
m_currentLod: i16§C++ Info
- name:
currentLod(ctype:hkInt16) - offset:
20(x86)/32(x86_64) - type_size:
2(x86)/2(x86_64)
m_numTracksInLod: i16§C++ Info
- name:
numTracksInLod(ctype:hkInt16) - offset:
22(x86)/34(x86_64) - type_size:
2(x86)/2(x86_64) - flags:
SERIALIZE_IGNORED
m_name: StringPtr<'a>§C++ Info
- name:
name(ctype:hkStringPtr) - offset:
24(x86)/40(x86_64) - type_size:
4(x86)/8(x86_64)
m_ragdollDriver: Pointer§C++ Info
- name:
ragdollDriver(ctype:void*) - offset:
28(x86)/48(x86_64) - type_size:
4(x86)/8(x86_64) - flags:
SERIALIZE_IGNORED
m_characterControllerDriver: Pointer§C++ Info
- name:
characterControllerDriver(ctype:void*) - offset:
32(x86)/56(x86_64) - type_size:
4(x86)/8(x86_64) - flags:
SERIALIZE_IGNORED
m_footIkDriver: Pointer§C++ Info
- name:
footIkDriver(ctype:void*) - offset:
36(x86)/64(x86_64) - type_size:
4(x86)/8(x86_64) - flags:
SERIALIZE_IGNORED
m_handIkDriver: Pointer§C++ Info
- name:
handIkDriver(ctype:void*) - offset:
40(x86)/72(x86_64) - type_size:
4(x86)/8(x86_64) - flags:
SERIALIZE_IGNORED
m_setup: Pointer§C++ Info
- name:
setup(ctype:struct hkbCharacterSetup*) - offset:
44(x86)/80(x86_64) - type_size:
4(x86)/8(x86_64)
m_behaviorGraph: Pointer§C++ Info
- name:
behaviorGraph(ctype:struct hkbBehaviorGraph*) - offset:
48(x86)/88(x86_64) - type_size:
4(x86)/8(x86_64)
m_projectData: Pointer§C++ Info
- name:
projectData(ctype:struct hkbProjectData*) - offset:
52(x86)/96(x86_64) - type_size:
4(x86)/8(x86_64)
m_animationBindingSet: Pointer§C++ Info
- name:
animationBindingSet(ctype:void*) - offset:
56(x86)/104(x86_64) - type_size:
4(x86)/8(x86_64) - flags:
SERIALIZE_IGNORED
m_raycastInterface: Pointer§C++ Info
- name:
raycastInterface(ctype:void*) - offset:
60(x86)/112(x86_64) - type_size:
4(x86)/8(x86_64) - flags:
SERIALIZE_IGNORED
m_world: Pointer§C++ Info
- name:
world(ctype:void*) - offset:
64(x86)/120(x86_64) - type_size:
4(x86)/8(x86_64) - flags:
NOT_OWNED|SERIALIZE_IGNORED
m_eventQueue: Pointer§C++ Info
- name:
eventQueue(ctype:void*) - offset:
68(x86)/128(x86_64) - type_size:
4(x86)/8(x86_64) - flags:
SERIALIZE_IGNORED
m_worldFromModel: Pointer§C++ Info
- name:
worldFromModel(ctype:void*) - offset:
72(x86)/136(x86_64) - type_size:
4(x86)/8(x86_64) - flags:
SERIALIZE_IGNORED
m_poseLocal: Vec<()>§C++ Info
- name:
poseLocal(ctype:hkSimpleArray<void>) - offset:
76(x86)/144(x86_64) - type_size:
8(x86)/12(x86_64) - flags:
SERIALIZE_IGNORED
m_deleteWorldFromModel: bool§C++ Info
- name:
deleteWorldFromModel(ctype:hkBool) - offset:
84(x86)/156(x86_64) - type_size:
1(x86)/1(x86_64) - flags:
SERIALIZE_IGNORED
m_deletePoseLocal: bool§C++ Info
- name:
deletePoseLocal(ctype:hkBool) - offset:
85(x86)/157(x86_64) - type_size:
1(x86)/1(x86_64) - flags:
SERIALIZE_IGNORED
Trait Implementations§
Source§impl<'a> Clone for hkbCharacter<'a>
impl<'a> Clone for hkbCharacter<'a>
Source§impl<'a> Debug for hkbCharacter<'a>
impl<'a> Debug for hkbCharacter<'a>
Source§impl<'a> Default for hkbCharacter<'a>
impl<'a> Default for hkbCharacter<'a>
Source§impl<'de> Deserialize<'de> for hkbCharacter<'de>
impl<'de> Deserialize<'de> for hkbCharacter<'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 hkbCharacter<'a>
impl<'a> HavokClass for hkbCharacter<'a>
Source§impl<'a> PartialEq for hkbCharacter<'a>
impl<'a> PartialEq for hkbCharacter<'a>
Auto Trait Implementations§
impl<'a> Freeze for hkbCharacter<'a>
impl<'a> RefUnwindSafe for hkbCharacter<'a>
impl<'a> Send for hkbCharacter<'a>
impl<'a> Sync for hkbCharacter<'a>
impl<'a> Unpin for hkbCharacter<'a>
impl<'a> UnwindSafe for hkbCharacter<'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