core: Add support for networked CUtlVector (#1330)
* Add offset-reading capability for networked CUtlVector instances * Use strncmp instead of strstr * Use strcmp instead of strncmp Co-authored-by: Asher Baker <[email protected]> * Move CSendPropExtra_UtlVector offset to gamedata * Update name of offset + add gamedata entry * tiny nits Co-authored-by: Asher Baker <[email protected]> Co-authored-by: Kyle Sanderson <[email protected]>
This commit is contained in:
co-authored by
Asher Baker
Kyle Sanderson
parent
bb25b03884
commit
c5619f887d
@@ -20,6 +20,11 @@
|
||||
"class" "CBasePlayer"
|
||||
"prop" "m_lifeState"
|
||||
}
|
||||
"CSendPropExtra_UtlVector::m_Offset"
|
||||
{
|
||||
"windows" "16"
|
||||
"linux" "16"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user