Skip to content

Commit

Permalink
Add LookupAttachment signature for ND (#1942)
Browse files Browse the repository at this point in the history
Adds the LookupAttachment signature for Nuclear Dawn
  • Loading branch information
data-bomb committed Mar 4, 2023
1 parent 850f96b commit a9a1939
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions gamedata/sdktools.games/game.nucleardawn.txt
Expand Up @@ -101,6 +101,21 @@
}
}

/* CBaseAnimating::LookupAttachment */
"#default"
{
"Signatures"
{
"LookupAttachment"
{
"library" "server"
"windows" "\x55\x8B\xEC\x56\x8B\xF1\x83\xBE\x2A\x2A\x2A\x2A\x00\x75\x2A\xE8\x2A\x2A\x2A\x2A\x85\xC0\x74\x2A\x8B\xCE\xE8\x2A\x2A\x2A\x2A\x8B\x86\x2A\x2A\x2A\x2A\x5E\x85\xC0\x74\x2A\x83\x38\x00\x74\x2A\xFF\x75"
"linux" "@_ZN14CBaseAnimating16LookupAttachmentEPKc"
"mac" "@_ZN14CBaseAnimating16LookupAttachmentEPKc"
}
}
}

/* SetUserInfo data */
"#default"
{
Expand Down

0 comments on commit a9a1939

Please sign in to comment.