We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
caste_body_info::unk_v40_2
in caste_body_info, elements 5 through 9 of unk_v40_2 are gait values (WALK, FLY, SWIM, CRAWL, and CLIMB, respectively)
caste_body_info
unk_v40_2
WALK
FLY
SWIM
CRAWL
CLIMB
this based on code reverse engineered from 50.09-steam @ 0x1410cb097-0x1410cb0e4 (pcVar12 is a caste_body_info *, param_1 is a unitst *)
0x1410cb097
0x1410cb0e4
pcVar12
caste_body_info *
param_1
unitst *
pcVar12 = (param_1->body).body_plan; (param_1->enemy).gait_index.WALK = pcVar12->unk_v40_2[5]; (param_1->enemy).gait_index.FLY = pcVar12->unk_v40_2[6]; (param_1->enemy).gait_index.SWIM = pcVar12->unk_v40_2[7]; (param_1->enemy).gait_index.CRAWL = pcVar12->unk_v40_2[8]; (param_1->enemy).gait_index.CLIMB = pcVar12->unk_v40_2[9];
no intel on what elements 0-4 or 10 are, presumably will need to split unk_v40_2
The text was updated successfully, but these errors were encountered:
<static-array name='default_gait_index' count="5" index-enum='gait_type' type-name='int32_t'/> <static-array name='fastest_gait_index' count="5" index-enum='gait_type' type-name='int32_t'/>
Sorry, something went wrong.
No branches or pull requests
in
caste_body_info
, elements 5 through 9 ofunk_v40_2
are gait values (WALK
,FLY
,SWIM
,CRAWL
, andCLIMB
, respectively)this based on code reverse engineered from 50.09-steam @
0x1410cb097
-0x1410cb0e4
(pcVar12
is acaste_body_info *
,param_1
is aunitst *
)no intel on what elements 0-4 or 10 are, presumably will need to split
unk_v40_2
The text was updated successfully, but these errors were encountered: