Skip to content

Commit

Permalink
debug_planner jsdoc updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Neloreck committed Sep 19, 2023
1 parent be2da53 commit 1615102
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion types/xr_object/script/xr_script_object.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,14 @@ declare module "xray16" {

public clear_override_animation(): void;

public debug_planner(action_planner: action_planner): void;
/**
* Sets provided planner as `debugged` for stalker object.
* As result, when console command `ai_dbg_stalker on` is toggled, GOAP state of planner is displayed.
* Requires `mixed` build engine.
*
* @param planner - action planner to show in stalker stats when debugging is enabled
*/
public debug_planner(planner: action_planner): void;

public disable_info_portion(value: string): boolean;

Expand Down

0 comments on commit 1615102

Please sign in to comment.