-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update annotations of engine projectile methods (#6399)
## Description of the proposed changes Document the support for method chaining of the projectile engine methods. I noticed this behavior as I was working on #6398. ## Testing done on the proposed changes I called every function and checked the output of the log with logging the instance. If the references match then the function supports method chaining. ``` LOG(self) -- returns memory reference LOG("ChangeDetonateAboveHeight", self:ChangeDetonateAboveHeight(0)) -- returns nil LOG("SetLifetime", self:SetLifetime(10)) -- returns memory reference ``` ## Checklist - [x] Changes are annotated, including comments where useful - [x] Changes are documented in the changelog for the next game version
- Loading branch information
Showing
2 changed files
with
53 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
- (#6399) Document method chaining of projectile engine functions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters