| 407 | } |
| 408 | |
| 409 | S32 zEntTeleportBox_isOpen(_zEntTeleportBox* ent) |
| 410 | { |
| 411 | _zEntTeleportBox* target = (_zEntTeleportBox*)ent->target; |
| 412 | |
| 413 | if (ent->status == STATUS_OPEN && target->status == STATUS_OPEN) |
| 414 | { |
| 415 | return 1; |
| 416 | } |
| 417 | |
| 418 | return 0; |
| 419 | } |
| 420 | |
| 421 | S32 zEntTeleportBox_isClosed(_zEntTeleportBox* ent) |
| 422 | { |
no outgoing calls
no test coverage detected