Changes between Version 3 and Version 4 of Quagents AINodes


Ignore:
Timestamp:
Jun 2, 2011 10:18:51 AM (13 years ago)
Author:
jpawlick
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Quagents AINodes

    v3 v4  
    1111== AINode_GWalkForever ==
    1212This node sends the quagent walking forward at a speed of 400. The agent will stop before it walks off cliffs, into walls, or into slime or lava.
    13 
    14 @ When blocked, cancel behavior and report blocked.
     13'''Parameters:'''
     14val1: unused
     15valf1: unused
     16valf2: unused
     17'''Reports:'''
     18''blocked'' if movement ended due to cliff/wall/slime/lava/blocking entity.
    1519
    1620== AINode_GJumpOnce ==
    1721This node asks the quagent to make a single forward jump. It still won't jump off cliffs, into walls, or into slime or lava, though.
    18 
    19 @ Report complete or report blocked.
     22'''Parameters:'''
     23val1: unused
     24valf1: unused
     25valf2: unused
     26'''Reports:'''
     27''blocked'' if movement ended (or wouldn't begin) due to cliff/wall/slime/lava/blocking entity.
     28''done'' if jump completes otherwise.
    2029
    2130