WoW:Detecting an instant cast spell (source)
Revision as of 10:06, 20 January 2007
, 20 January 2007Robot: converting/fixing HTML
(demoted headings) |
m (Robot: converting/fixing HTML) |
||
| Line 15: | Line 15: | ||
* [[API_TargetUnit]] - Called to change the physical target (in game) to a specific unit | * [[API_TargetUnit]] - Called to change the physical target (in game) to a specific unit | ||
* [[API_SpellStopTargeting]] - Stops the targeting for the current spell awaiting targeting | * [[API_SpellStopTargeting]] - Stops the targeting for the current spell awaiting targeting | ||
* [[API_CameraOrSelectOrMoveStart]] - Called when a spell is waiting targeting, and you click on the 3-D world. | * [[API_CameraOrSelectOrMoveStart]] - Called when a spell is waiting targeting, and you click on the 3-D world. ''This function is blocked in 1.10.'' | ||
* OnMouseDown - Hook this event to detect clicks on the 3-D world. ([[XML_User_Interface#Event_Handler_reference]]) | * OnMouseDown - Hook this event to detect clicks on the 3-D world. ([[XML_User_Interface#Event_Handler_reference]]) | ||