Adding path_update event.

This commit is contained in:
Ima Mechanique 2012-03-05 15:49:00 +00:00
parent 896a08627c
commit 4418da5ff9

View file

@ -162,6 +162,7 @@ namespace LSLEditor
virtual public void not_at_target() { }
virtual public void object_rez(key id) { }
virtual public void on_rez(integer start_param) { }
virtual public void path_update(integer iType, list lReserved) { }
virtual public void remote_data(integer event_type, key channel, key message_id, String sender, integer idata, String sdata) { }
virtual public void run_time_permissions(integer permissions) { }
virtual public void sensor(integer total_number) { }