Skip to content

Commit

Permalink
Add missing parameters and fix links
Browse files Browse the repository at this point in the history
The links in the sidebar and the actual listings didn't match. I made them match the sidebar since that seemed to be the correct one.
  • Loading branch information
Zichqec authored Aug 12, 2024
1 parent 0700fe6 commit b316136
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions manual/list_sakura_script.html
Original file line number Diff line number Diff line change
Expand Up @@ -3793,8 +3793,8 @@ <h1>記述例</h1>
</div>
</dd>
</dl>
<dl id="_!_timernotify,イベント名,r0,r1,r2..._">
<dt class="entry">\![timernotify,イベント名,r0,r1,r2...]</dt>
<dl id="_!_timernotify,時間,繰り返すか否か,イベント名,r0,r1,r2..._">
<dt class="entry">\![timernotify,時間,繰り返すか否か,イベント名,r0,r1,r2...]</dt>
<dd class="entry">
<p>timerraiseと同じで、違いはこの通知イベントで何か値を返してもSSPに反映されないということのみ。</p>
<ul class="supported-baseware">
Expand Down Expand Up @@ -3823,8 +3823,8 @@ <h1>記述例</h1>
</div>
</dd>
</dl>
<dl id="_!_timernotifyother,ゴースト名,イベント名,r0,r1,r2..._">
<dt class="entry">\![timernotifyother,ゴースト名,イベント名,r0,r1,r2...]</dt>
<dl id="_!_timernotifyother,時間,繰り返すか否か,ゴースト名,イベント名,r0,r1,r2..._">
<dt class="entry">\![timernotifyother,時間,繰り返すか否か,ゴースト名,イベント名,r0,r1,r2...]</dt>
<dd class="entry">
<p>timerraiseotherと同じで、違いはこの通知イベントで何か値を返してもSSPに反映されないということのみ。</p>
<ul class="supported-baseware">
Expand Down Expand Up @@ -3853,8 +3853,8 @@ <h1>記述例</h1>
</div>
</dd>
</dl>
<dl id="_!_timernotifyplugin,プラグインのIDまたは名前,イベント名,r0,r1,r2..._">
<dt class="entry">\![timernotifyplugin,プラグインのIDまたは名前,イベント名,r0,r1,r2...]</dt>
<dl id="_!_timernotifyplugin,時間,繰り返すか否か,プラグインのIDまたは名前,イベント名,r0,r1,r2..._">
<dt class="entry">\![timernotifyplugin,時間,繰り返すか否か,プラグインのIDまたは名前,イベント名,r0,r1,r2...]</dt>
<dd class="entry">
<p>timerraisepluginと同じで、違いはこの通知イベントで何か値を返してもSSPに反映されないということのみ。</p>
<ul class="supported-baseware">
Expand Down

0 comments on commit b316136

Please sign in to comment.