Crusader_Decomp/USECODE/EUSECODE_extracted/pseudocode/HOFFMAN/slot_0E_calledFromAnim.txt

17 lines
533 B
Text
Raw Normal View History

2026-03-25 23:32:13 +01:00
function hoffman_calledFromAnim() /* entry=281 class_id=0x04D9 slot=0x0E */
{
var
referent, /* [BP+00h] type=0x69 */
hoffy, /* [BP-02h] type=0x24 */
deathBox, /* [BP-04h] type=0x24 */
deadGuy, /* [BP-06h] type=0x24 */
item; /* [BP-08h] type=0x24 */
2026-03-26 00:37:17 +01:00
set_info(0x021A, *(arg_06));
process_exclude();
hoffy = *(arg_06);
/* pop_global global_id=0x29 size=0x1 */
/* pop_global global_id=0x37 size=0x1 */
spawn NPCDEATH.slot_20(1, 1, Actor.GetNPCDataField0x63_00B(arg_06), *(arg_06), arg_06);
2026-03-26 00:37:17 +01:00
return;
2026-03-25 23:32:13 +01:00
}