VP EVENT CELL END: Difference between revisions

From Virtual Paradise Wiki
Jump to navigation Jump to search
(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...")
(No difference)

Revision as of 23:58, 25 August 2013

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