Skip to content

Commit

Permalink
Added summary info to damage dealing variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
vchelaru committed Mar 1, 2024
1 parent 67e5a78 commit c60351c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ static CustomVariable GetSecondsBetweenDamage(bool isV2)
secondsBetweenDamage.Name = nameof(IDamageArea.SecondsBetweenDamage);
secondsBetweenDamage.DefaultValue = 0.0;
secondsBetweenDamage.Type = "double";
secondsBetweenDamage.Summary = "The number of seconds between dealing damage to the same object. 0 means every frame.";
secondsBetweenDamage.CreatesProperty = true;
secondsBetweenDamage.SetByDerived = true;

Expand Down

0 comments on commit c60351c

Please sign in to comment.