mirror of
https://github.com/PrimeDecomp/echoes.git
synced 2026-07-12 18:18:57 -07:00
LoadSpawnPoint
This commit is contained in:
@@ -3449,7 +3449,7 @@ fn_800B8E9C = .text:0x800B8E9C; // type:function size:0x60 align:4
|
||||
fn_800B8EFC = .text:0x800B8EFC; // type:function size:0x154 align:4
|
||||
fn_800B9050 = .text:0x800B9050; // type:function size:0x14C align:4
|
||||
fn_800B919C = .text:0x800B919C; // type:function size:0x78
|
||||
fn_800B9214 = .text:0x800B9214; // type:function size:0xA4C align:4
|
||||
LoadSpawnPoint__FR13CStateManagerR12CInputStreamRC11CEntityInfo = .text:0x800B9214; // type:function size:0xA4C align:4
|
||||
fn_800B9C60 = .text:0x800B9C60; // type:function size:0x7C
|
||||
fn_800B9CDC = .text:0x800B9CDC; // type:function size:0x40 align:4
|
||||
AcceptScriptMsg__17CScriptSpawnPointFR13CStateManagerRC10CScriptMsg = .text:0x800B9D1C; // type:function size:0x294 align:4
|
||||
|
||||
@@ -103,3 +103,7 @@ void CScriptSpawnPoint::AcceptScriptMsg(CStateManager& mgr, const CScriptMsg& ms
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
CEntity* LoadSpawnPoint(CStateManager& mgr, CInputStream& input, const CEntityInfo& info) {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user