B1CustomerVisitTicks
- Records the enter and leave game ticks for a single customer visit,
* providing helpers to check visit state and calculate total visit duration.
| Property | Type | Description | Metadata |
|---|---|---|---|
| EnterTicks | int64 | Game tick when the customer entered the site; -1 if not yet entered. | |
| LeaveTicks | int64 | Game tick when the customer left the site; -1 if not yet left. |