penguins  1.0.0
BotFloodFillCtx Struct Reference

Detailed Description

See bot_flood_fill_count_fish.

Definition at line 629 of file bot.c.

Data Fields

BotStateself
 
short * fill_grid
 
short marker_value
 
int fish_count
 

Field Documentation

◆ self

◆ fill_grid

short* BotFloodFillCtx::fill_grid

◆ marker_value

short BotFloodFillCtx::marker_value

Definition at line 632 of file bot.c.

Referenced by BotState::bot_flood_fill_count_fish(), and BotState::bot_flood_fill_mark().

◆ fish_count

int BotFloodFillCtx::fish_count

Definition at line 633 of file bot.c.

Referenced by BotState::bot_flood_fill_count_fish(), and BotState::bot_flood_fill_mark().


The documentation for this struct was generated from the following file: