BTWaitTicks

Inherits: BTAction < BTTask < BT

BT action that waits for a specified number of ticks to elapse and then returns SUCCESS.

Properties

int

num_ticks

1


Property Descriptions

int num_ticks = 1

  • void set_num_ticks ( int value )

  • int get_num_ticks ( )

The number of ticks to wait before returning SUCCESS.