Difference between revisions of "GetCombatTarget - Actor"
Jump to navigation
Jump to search
no edit summary
imported>Leonfenten |
imported>Thynar |
||
Line 25: | Line 25: | ||
; Below will only return a valid actor ID while your | ; Below will only return a valid actor ID while your | ||
; cursor is pointing directly on an actor | ; cursor is pointing directly on an actor | ||
TargetRef = Game.GetPlayer().GetCombatTarget() | Actor TargetRef = Game.GetPlayer().GetCombatTarget() | ||
Debug.Trace("My target was " + TargetRef) | Debug.Trace("My target was " + TargetRef) | ||
</source> | </source> |