Skip to content

Commit

Permalink
Merge pull request #85 from psantimauro/patch-1
Browse files Browse the repository at this point in the history
Update documentation.md
  • Loading branch information
ThePat02 committed Jun 16, 2024
2 parents cd02f4f + d4c19f6 commit c1d8e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ This is the base class for all states. On ready, all `FSMTransition` child nodes
#### Methods
- void `_on_enter(actor: Node, blackboard: Blackboard)`
- Called when the state is entered.
- void `_on_update(actor: Node, blackboard: Blackboard)`
- void `_on_update(_delta: float, actor: Node, blackboard: Blackboard)`
- Called every frame while the state is active.
- void `_on_exit(actor: Node, blackboard: Blackboard)`
- Called when the state is exited.
Expand Down

0 comments on commit c1d8e66

Please sign in to comment.