Skip to content

Commit 161084e

Browse files
authored
gamedata: Add SetEntityOwner L4D1 offset (#1649)
1 parent b38c982 commit 161084e

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

gamedata/sdktools.games/engine.l4d.txt

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -168,21 +168,6 @@
168168
}
169169
}
170170

171-
/* CBaseEntity::SetCollisionGroup */
172-
"#default"
173-
{
174-
"Signatures"
175-
{
176-
"SetCollisionGroup"
177-
{
178-
"library" "server"
179-
"windows" "\x53\x56\x8B\xD9\x57\x8B\x2A\x2A\x2A\x39\xBB\x2A\x2A\x00\x00\x8D\xB3\x2A\x2A\x00\x00\x74\x2A\x80\xBE\x80\x2A\x2A\x2A\x00"
180-
"linux" "@_ZN11CBaseEntity17SetCollisionGroupEi"
181-
/* Windows found by string "Warning, funcladder with blocked bottom point" in CFuncLadder::Spawn, this function has XRef to */
182-
}
183-
}
184-
}
185-
186171
/* SetUserInfo data */
187172
"#default"
188173
{
@@ -231,6 +216,12 @@
231216
{
232217
"Offsets"
233218
{
219+
"SetOwnerEntity"
220+
{
221+
"windows" "16"
222+
"linux" "17"
223+
"mac" "17"
224+
}
234225
"GiveNamedItem"
235226
{
236227
"windows" "482"

0 commit comments

Comments
 (0)