🐛 @within の記述漏れ 8 件を修正 - #2098
Open
EllaCoat wants to merge 2 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
@within メタコメントの記述漏れ・参照先誤りを修正し、関数参照(function キーワード)、拡張子(.m)、およびディレクトリ指定(** glob)を実ファイル/実callerに整合させるPRです。コード本体のロジック変更はなく、メタ情報の整合性改善により、関連ツール(lint/ドキュメント生成/参照解析等)の誤検知や追跡不能を防ぐ位置づけです。
Changes:
@withinの参照先を実caller・実ファイル名(.m含む)に修正@withinの記法を@within function ...に統一(不足分を補完)- ディレクトリ範囲の
@withinに**glob を追加し、配下全体を明示
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| Asset/data/asset/functions/object/2221.aurora_scaffold/tick/break/process/do.mcfunction | @within をディレクトリ glob(**)に修正 |
| Asset/data/asset/functions/object/1086.lightning_exploit/hit/vfx/particle.mcfunction | @within の参照先を random.m に修正(拡張子整合) |
| Asset/data/asset/functions/object/1042.mini_black_hole_flying/tick/vfx/particle.mcfunction | @within の参照先を tick/vfx/** に修正(rename残骸除去) |
| Asset/data/asset/functions/mob/0411.behemoth/tick/event/terzetto_purgatorio/prediction_line_obj.mcfunction | @within に function + ** glob を追加して範囲明確化 |
| Asset/data/asset/functions/mob/0411.behemoth/tick/event/terzetto_purgatorio/attack_check_hit.mcfunction | @within を attack.m に修正(function 追加 + 拡張子整合) |
| Asset/data/asset/functions/mob/0411.behemoth/remove/kill_hitbox.mcfunction | @within を remove/** に修正(death/ 残骸除去) |
| Asset/data/asset/functions/mob/0410.heiloang/tick/event/sweep/attack.mcfunction | @within を実caller get_attack_position.m に修正 |
| Asset/data/asset/functions/mob/0078.messenger_of_thunder/tick/skill/predict_thunder/predict_point2.mcfunction | @within の誤った 3. prefix を除去して参照先修正 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
@withinの記述漏れ 8 件 を修正主な変更点
.../predict_thunder/predict_point2.mcfunction3.prefix).../heiloang/tick/event/sweep/attack.mcfunction.../behemoth/remove/kill_hitbox.mcfunctiondeath/残骸).../terzetto_purgatorio/attack_check_hit.mcfunction.m欠) +functionkeyword 追加.../terzetto_purgatorio/prediction_line_obj.mcfunction**glob 追加 +functionkeyword 追加.../mini_black_hole_flying/tick/vfx/particle.mcfunctionflying/残骸).../lightning_exploit/hit/vfx/particle.mcfunction.m欠).../aurora_scaffold/tick/break/process/do.mcfunction**glob 追加