Home
Feedback Tracker
Search
Configure Global Search
Log In
Transactions
T144601
Change Details
Change Details
Old
New
Diff
``` SHumanCommandClimbResult.m_GrabPointParent SHumanCommandClimbResult.m_ClimbStandPointParent SHumanCommandClimbResult.m_ClimbOverStandPointParent ``` A print would show that they are not NULL but are INVALID. Trying to obtain these entities to pass to another method would crash the game because they are INVALID.
``` SHumanCommandClimbResult::m_GrabPointParent SHumanCommandClimbResult::m_ClimbStandPointParent SHumanCommandClimbResult::m_ClimbOverStandPointParent ``` A print would show that they are not NULL but are INVALID. Trying to obtain these entities to pass to another method would crash the game because they are INVALID.
``` SHumanCommandClimbResult
.
::
m_GrabPointParent SHumanCommandClimbResult
.
::
m_ClimbStandPointParent SHumanCommandClimbResult
.
::
m_ClimbOverStandPointParent ``` A print would show that they are not NULL but are INVALID. Trying to obtain these entities to pass to another method would crash the game because they are INVALID.
Continue