Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

${input}式のparam対応 #301

Closed
snext1220 opened this issue Jul 31, 2021 · 3 comments
Closed

${input}式のparam対応 #301

snext1220 opened this issue Jul 31, 2021 · 3 comments
Labels
enhancement 新機能提案* Testing テスト中(現在のテスト対象項目)

Comments

@snext1220
Copy link
Owner

snext1220 commented Jul 31, 2021

従来の${input}式はシーン上の計算などを一時的に記録するだけのものでしたが、これを内部パラメーターの参照/更新に対応させるものです(内部パラメーターはこれまでユーザーによる任意に更新を認めていなかったため)。

  • ${input?p01}

これでp01の値を表示し、変更した場合に自動的にセーブデータに反映させるようにします(上限加減を越えて丸めが発生した場合にもガード)。本番環境にも反映済みです。

@snext1220 snext1220 added the enhancement 新機能提案* label Jul 31, 2021
@snext1220 snext1220 added this to the 2021 Summer Update milestone Jul 31, 2021
@snext1220 snext1220 added the Testing テスト中(現在のテスト対象項目) label Jul 31, 2021
@cocotori
Copy link
Collaborator

cocotori commented Aug 1, 2021

chromeで確認。

内部パラメータの値が表示されること、
次シーン以降で更新した値が利用できることを確認しました。

@toki-sor1
Copy link
Collaborator

Win8.1/Chrome 92.0.4515.107(64bit)にて動作確認。
Scene 0で指定した値を増減させた後、次のSceneにも値の変更が反映されていました。

@Salvadors-cabin
Copy link
Collaborator

Win10+Edgeで問題ないことを確認しました。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 新機能提案* Testing テスト中(現在のテスト対象項目)
Projects
None yet
Development

No branches or pull requests

4 participants