HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

The arguments of event

02-16-2007, 11:32 AM#1
my_pkpk
Here is my question:
When a trigger pointed to those events like "Is issued an order targeting a point" or "Is issued an order targeting an object", is there any way to get the exact point value or object handle when the event occurs ?
02-16-2007, 03:14 PM#2
The)TideHunter(
Use triggering unit in both cases to get the unit which had the order issued.
Use.

For "Is issued an order targeting an object", the object is a widget, and widget is unit, item and destructable, so here is the 3 responses for those and the point:

Trigger:
Actions
Set IssuedAgainstDestructible = (Target destructible of issued order)
Set IssuedAgainstUnit = (Target unit of issued order)
Set IssuedAgainstItem = (Target item of issued order)
Set IssuedAgainstPoint = (Target point of issued order)
02-26-2007, 11:46 AM#3
my_pkpk
yes, it works, thanx
The arguments of event - Wc3C.net