Unknown
From DarkAI
AI
GET ENTITY IS TURNING
This command will return if
the entity is currently turning to face a specified point. If no look
at point has been given (see AI Set Entity No Look At Point)
this will return true whilst the entity is moving. This can be used
with AI Entity Look Around to detect when an entity has
reached its intended angle.
Syntax
return integer =
AI Get Entity Is Turning ( Entity Number )
Parameters
Entity
Number, The id of the entity to check.
Return
1
if the entity is turning, 0 if not.