Changes between Version 4 and Version 5 of Quagents AINodes


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Quagents AINodes

    v4 v5  
    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
    1314'''Parameters:'''
    14 val1: unused
    15 valf1: unused
    16 valf2: unused
     15 * val1: unused
     16 * valf1: unused
     17 * valf2: unused
     18
    1719'''Reports:'''
    18 ''blocked'' if movement ended due to cliff/wall/slime/lava/blocking entity.
     20 * ''blocked'' if movement ended due to cliff/wall/slime/lava/blocking entity.
    1921
    2022== AINode_GJumpOnce ==
    2123This 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.
     24
    2225'''Parameters:'''
    23 val1: unused
    24 valf1: unused
    25 valf2: unused
     26 * val1: unused
     27 * valf1: unused
     28 * valf2: unused
     29
    2630'''Reports:'''
    27 ''blocked'' if movement ended (or wouldn't begin) due to cliff/wall/slime/lava/blocking entity.
    28 ''done'' if jump completes otherwise.
     31 * ''blocked'' if movement ended (or wouldn't begin) due to cliff/wall/slime/lava/blocking entity.
     32 * ''done'' if jump completes otherwise.
    2933
    3034