Pseudocode decompialtion improvements and docs
This commit is contained in:
parent
f869a181a3
commit
589bfc31ef
1898 changed files with 60634 additions and 6597 deletions
|
|
@ -0,0 +1,32 @@
|
|||
function grate_ns_gotHit() /* entry=346 class_id=0x058D slot=0x06 */
|
||||
{
|
||||
set_info(0x020C, *(arg_06));
|
||||
process_exclude();
|
||||
FREE.slot_35(arg_0C, arg_0A);
|
||||
local_02 = retval;
|
||||
if (((local_02 == 4) && (local_02 != 3)) && (local_02 != 10)) {
|
||||
return;
|
||||
}
|
||||
else {
|
||||
spawn ITEM.slot_29(pid, 0x00C8, arg_0C, arg_0A, arg_06);
|
||||
suspend;
|
||||
/* dword_to_word */
|
||||
if (process_result) {
|
||||
return;
|
||||
}
|
||||
else {
|
||||
local_10 = Item.getQLo(arg_06);
|
||||
local_0A = Item.getX(arg_06);
|
||||
local_0C = Item.getY(arg_06);
|
||||
local_0E = Item.getZ(arg_06);
|
||||
/* loopscr value_u8=0x24 */
|
||||
/* loopscr value_u8=0x4C */
|
||||
/* loop current_var=0xF8 string_bytes=0x1A loop_type=0x2 */
|
||||
while (!condition) {
|
||||
local_12 = Item.getQLo(local_08);
|
||||
/* loopnext */
|
||||
}
|
||||
}
|
||||
}
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue