Htowner

From EDukeWiki
Revision as of 06:05, 22 February 2018 by Hendricks266 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

If the actor/sprite is being hit by a projectile, htowner is the ID of the owner of the projectile.

For example:

getactor[THISACTOR].htowner TEMP

will set TEMP to the sprite ID of sprite who fired the projectile that is hitting THISACTOR.