Creation/Dev/Script/Client/AIPlayer: Difference between revisions

From Graal Bible
mNo edit summary
 
No edit summary
 
Line 1: Line 1:
[[Category:Scripting Reference]]
<pre>
<pre>
             AIPlayer (Player):
             AIPlayer (Player):

Latest revision as of 00:45, 16 February 2010

            AIPlayer (Player):
              maxturnpitch - float
              maxturnyaw - float
              simplemovement - boolean
              wallcheck - boolean
              clearaim()
              getaimlocation() - returns string
              getaimobject() - returns object
              getmovedestination() - returns string
              ismoving() - returns boolean
              setaimlocation(str)
              setaimobject(obj)
              setmovedestination(str, bool)
              setmovespeed(float)
              stop()