WoW:Events/Vehicle: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(bot will fill out)
 
m (automated upload)
Line 1: Line 1:
bot will fill out
__NOTOC____NOEDITSECTION__{{eventlistheader}}
<!-- DO NOT EDIT. THIS IS AN AUTOMATICALLY GENERATED PAGE. -->
<!-- DO NOT EDIT. THIS IS AN AUTOMATICALLY GENERATED PAGE. -->
<!-- DO NOT EDIT. THIS IS AN AUTOMATICALLY GENERATED PAGE. -->
 
 
:{{icon-information}}Note that this page is automatically generated; editing it is pointless. To edit event descriptions, edit the entries in the alphabetical pages, e.g. [[Events/A]], [[Events/B]], etc. Changes there will be copied over to here within a few hours.
 
 
== Vehicle related events ==
 
{{evt|PLAYER_GAINS_VEHICLE_DATA|Player,Vehicle}}
 
 
 
 
{{evt|PLAYER_LOSES_VEHICLE_DATA|Player,Vehicle}}
 
?
 
 
{{evt|UNIT_ENTERED_VEHICLE|Unit Info,Vehicle}}
 
; arg1 : the [[API_TYPE_UnitId|UnitID]] of the entity entering a vehicle
; arg2 : unknown boolean value
; arg3 : vehicleType (possible values are 'Natural' and 'Mechanical')
 
 
{{evt|UNIT_ENTERING_VEHICLE|Unit Info, Vehicle}}
 
 
 
 
{{evt|UNIT_EXITED_VEHICLE|Unit Info,Vehicle}}
 
; arg1 : the [[API_TYPE_UnitId|UnitID]] of the entity exiting a vehicle
 
 
{{evt|UNIT_EXITING_VEHICLE|Unit Info,Vehicle}}
 
 
 
 
{{evt|VEHICLE_ANGLE_SHOW|Vehicle}}
 
?
 
 
{{evt|VEHICLE_ANGLE_UPDATE|Vehicle}}
 
?
 
 
{{evt|VEHICLE_PASSENGERS_CHANGED|Vehicle}}
 
?
 
 
{{evt|VEHICLE_POWER_SHOW|Vehicle}}
 
?
 
 
{{evt|VEHICLE_UPDATE|Vehicle}}
 
?

Revision as of 20:50, 6 October 2010

Event API


"I" iconNote that this page is automatically generated; editing it is pointless. To edit event descriptions, edit the entries in the alphabetical pages, e.g. Events/A, Events/B, etc. Changes there will be copied over to here within a few hours.


Vehicle related events

"PLAYER_GAINS_VEHICLE_DATA"
Category: Player,Vehicle
 



"PLAYER_LOSES_VEHICLE_DATA"
Category: Player,Vehicle
 

?


"UNIT_ENTERED_VEHICLE"
Category: Unit Info,Vehicle
 
arg1
the UnitID of the entity entering a vehicle
arg2
unknown boolean value
arg3
vehicleType (possible values are 'Natural' and 'Mechanical')


"UNIT_ENTERING_VEHICLE"
Category: Unit Info, Vehicle
 



"UNIT_EXITED_VEHICLE"
Category: Unit Info,Vehicle
 
arg1
the UnitID of the entity exiting a vehicle


"UNIT_EXITING_VEHICLE"
Category: Unit Info,Vehicle
 



"VEHICLE_ANGLE_SHOW"
Category: Vehicle
 

?


"VEHICLE_ANGLE_UPDATE"
Category: Vehicle
 

?


"VEHICLE_PASSENGERS_CHANGED"
Category: Vehicle
 

?


"VEHICLE_POWER_SHOW"
Category: Vehicle
 

?


"VEHICLE_UPDATE"
Category: Vehicle
 

?