MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / zEntTeleportBox_Open

Function zEntTeleportBox_Open

src/SB/Game/zEntTeleportBox.cpp:393–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391}
392
393void zEntTeleportBox_Open(_zEntTeleportBox* ent)
394{
395 if (ent->status == STATUS_CLOSED)
396 {
397 ent->status = STATUS_OPEN;
398 }
399}
400
401void zEntTeleportBox_Close(_zEntTeleportBox* ent)
402{

Callers 2

zEntTeleportBox_LoadFunction · 0.85
zEntTeleportBoxEventCBFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected