VP_EVENT_CELL_END
Jump to navigation
Jump to search
Event set and handler snippet
vp_event_set(instance, VP_EVENT_CELL_END, event_cell_end);
void event_cell_end(VPInstance instance) { }Received when the server has finished sending all objects of a cell after a vp_query_cell() call.
Attributes
| Attribute | Usage | |
|---|---|---|
| VP_CELL_X | Finished cell's X | |
| VP_CELL_Z | Finished cell's Z |
Behavior
- There is no special behavior for this event
Examples
- This event has no usage examples; please add at least one to this page