Ifcansee: Difference between revisions
Jump to navigation
Jump to search
Hunter byte (talk | contribs) mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[If condition]] returning true if the current [[actor]] | [[If condition]] returning true if there is a line of sight between the current [[actor]] and the [[player]]. | ||
The difference with [[canseetarget]] is that ''ifcansee'' actually verify if the player can see any actual part of the current actor tile (and basically would be hard to the player say how an enemy looked alike while standing except if he use F7 view mode), while ''ifcanseetarget'' verify if the current actor has "eye contact" with the player (and in result the player is capable of viewing a arm or a litoral part of an enemy without it targeting the player). | |||
[[Category:Duke3D 1.3/1.5 commands]] | [[Category:Duke3D 1.3/1.5 commands]] | ||
[[Category:Sprite manipulation]] | [[Category:Sprite manipulation]] | ||
[[Category:If conditions]] | [[Category:If conditions]] |
Revision as of 23:27, 18 January 2009
If condition returning true if there is a line of sight between the current actor and the player.
The difference with canseetarget is that ifcansee actually verify if the player can see any actual part of the current actor tile (and basically would be hard to the player say how an enemy looked alike while standing except if he use F7 view mode), while ifcanseetarget verify if the current actor has "eye contact" with the player (and in result the player is capable of viewing a arm or a litoral part of an enemy without it targeting the player).