Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ zEntSave
Function
zEntSave
src/SB/Game/zEnt.cpp:242–245 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
240
}
241
242
void zEntSave(zEnt* ent, xSerial* s)
243
{
244
xEntSave(ent, s);
245
}
246
247
void zEntLoad(zEnt* ent, xSerial* s)
248
{
Callers
11
zPendulum_Save
Function · 0.85
zEntTriggerSave
Function · 0.85
zEntSimpleObj_Save
Function · 0.85
zEntButton_Save
Function · 0.85
zEGenerator_Save
Function · 0.85
zEntPickup_Save
Function · 0.85
zEntHangable_Save
Function · 0.85
zEntDestructObj_Save
Function · 0.85
zPlatform_Save
Function · 0.85
zUI_Save
Function · 0.85
zEntTeleportBox_Save
Function · 0.85
Calls
1
xEntSave
Function · 0.85
Tested by
no test coverage detected