Skip to content

Commit a9a1939

Browse files
authored
Add LookupAttachment signature for ND (alliedmodders#1942)
Adds the LookupAttachment signature for Nuclear Dawn
1 parent 850f96b commit a9a1939

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

gamedata/sdktools.games/game.nucleardawn.txt

+15
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,21 @@
101101
}
102102
}
103103

104+
/* CBaseAnimating::LookupAttachment */
105+
"#default"
106+
{
107+
"Signatures"
108+
{
109+
"LookupAttachment"
110+
{
111+
"library" "server"
112+
"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"
113+
"linux" "@_ZN14CBaseAnimating16LookupAttachmentEPKc"
114+
"mac" "@_ZN14CBaseAnimating16LookupAttachmentEPKc"
115+
}
116+
}
117+
}
118+
104119
/* SetUserInfo data */
105120
"#default"
106121
{

0 commit comments

Comments
 (0)