VP EVENT CELL END: Difference between revisions
Jump to navigation
Jump to search
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..." |
Roy Curtis (talk | contribs) m typefix |
||
Line 1: | Line 1: | ||
{{sdk event page|cell_end|Received when the server has finished sending all objects of a cell after a {{sdk function|query_cell}} call. | {{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= | |attributes= | ||
{{sdk attribute row| | {{sdk attribute row|int|CELL_X|Finished cell's X}} | ||
{{sdk attribute row| | {{sdk attribute row|int|CELL_Z|Finished cell's Z}} | ||
|behavior= | |behavior= | ||
|caveats= | |caveats= |
Latest revision as of 23:59, 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