VP_EVENT_CELL_END

From Virtual Paradise Wiki
Revision as of 23:58, 25 August 2013 by Roy Curtis (talk | contribs) (Created page with "{{sdk event page|cell_end|Received when the server has finished sending all objects of a cell after a {{sdk function|query_cell}} call. |attributes= {{sdk attribute row|stri...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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