Difference between revisions of "GetCombatTarget - Actor"

Jump to navigation Jump to search
6 bytes added ,  03:08, 20 March 2015
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>
Anonymous user

Navigation menu