Browsing Japanese translation

28 of 37 results
28.
When warping is invoked, Ren'Py does a number of things. It first finds all of the scene statements in the program. It then tries to find a path from the scene statements to every reachable statement in the game. It then picks the reachable statement closest to, but before or at, the given line. It works backwards from that statement to a scene statement, recording the path it took. Ren'Py then executes the scene statement and any show or hide statements found along that path. Finally, it transfers control to the found statement.
ワープが実行されると Ren'Py はいくつかの処理をします。最初にプログラム中のすべての scene ステートメントを見つけ、それらの scene ステートメントからそのゲームで到達可能なすべてのステートメントへのパスを見つけます。そして指定された行よりも前のものから最も近い到達可能なステートメントを見つけ、そのステートメントから scene ステートメントまでを逆に探索し、辿ったパスを記録します。その後、scene ステートメント及びパス上のすべての show、hide ステートメントを実行します。最後に、たどり着いたステートメントに制御を移動します。
Translated and reviewed by Koichi Akabe
Located in ../../source/developer_tools.rst:100
28 of 37 results

This translation is managed by Launchpad Japanese Translators, assigned by Launchpad Translators.

You are not logged in. Please log in to work on translations.