Difference between revisions of "ForceTakeCover"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Khadir
(Documenting actor functions ...)
imported>Vswe
m (Added Search Terms)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{ActorFunction}}
'''Syntax:'''
'''Syntax:'''
  [''ActorID''.]ForceTakeCover ''TargetID'', ''duration''  
  [''ActorID''.]ForceTakeCover ''TargetID'', ''duration''  
Line 6: Line 5:


Forces an actor to move away from the ''TargetID'' actor for ''duration'' number of seconds.  
Forces an actor to move away from the ''TargetID'' actor for ''duration'' number of seconds.  


[[Category: Functions]]
[[Category: Functions]]
[[Category:Functions (CS)]]
[[Category: Functions (CS 1.0)]]
[[Category: AI Functions]]
[[Category: AI Functions]]
[[Category: AI Functions (CS 1.0)]]
[[Category: Actor Functions]]
[[Category: Actor Functions (CS 1.0)]]
<!-- Begin Search Terms
Force
Take
Cover
End Search Terms -->

Latest revision as of 08:07, 20 June 2008

Syntax:

[ActorID.]ForceTakeCover TargetID, duration 

Example:

 ForceTakeCover player 30

Forces an actor to move away from the TargetID actor for duration number of seconds.