Skip to content

Commit

Permalink
balloonnum,balloonmarker,currentghost.scope(番号).name
Browse files Browse the repository at this point in the history
  • Loading branch information
ponapalt committed May 30, 2024
1 parent 0788ea3 commit e935535
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 5 deletions.
6 changes: 3 additions & 3 deletions manual/descript_ghost.html
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ <h1>記述例と基本の書き方</h1>
<dt class="entry">kero.name,名前</dt>
<dd class="entry">
<p>相方側のゴーストの名前。</p>
<p class="default">省略不可/SSPの場合sakura.name ※ウインドウのタイトル設定に使用される</p>
<p class="default">省略不可/SSPの場合省略した場合はsakura.name ※ウインドウのタイトル設定に使用される</p>
<ul class="supported-baseware">
<li><img src="image/icon_m.png" alt="Materia" width="34" height="16" /></li>
<li><img src="image/icon_s.png" alt="SSP" width="34" height="16" /></li>
Expand All @@ -421,9 +421,9 @@ <h1>記述例と基本の書き方</h1>
<dt class="entry">char*.name,名前</dt>
<dd class="entry">
<p>\p[*]の名前。</p>
<p class="default">省略不可/SSPの場合kero.name ※ウインドウのタイトル設定に使用される</p>
<p class="default">省略可。 ※ウインドウのタイトル設定に使用される</p>
<ul class="supported-baseware">
<li><img src="image/icon_s.png" alt="SSP" width="34" height="16" /></li>
<li><img src="image/icon_s.png" alt="SSP" width="34" height="16" /> 2.6.66</li>
</ul>
</dd>
</dl>
Expand Down
10 changes: 10 additions & 0 deletions manual/list_propertysystem.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ <h1>プロパティシステム</h1>
<li><a href="#currentghost.scope(番号).x">currentghost.scope(番号).x</a></li>
<li><a href="#currentghost.scope(番号).y">currentghost.scope(番号).y</a></li>
<li><a href="#currentghost.scope(番号).rect">currentghost.scope(番号).rect</a></li>
<li><a href="#currentghost.scope(番号).name">currentghost.scope(番号).name</a></li>

<li><a href="#currentghost.balloon.汎用プロパティ名">currentghost.balloon.汎用プロパティ名</a></li>
<li><a href="#currentghost.balloon.count">currentghost.balloon.count</a></li>
Expand Down Expand Up @@ -725,6 +726,15 @@ <h1>※SHIORI Statusヘッダ</h1>
</ul>
</dd>
</dl>
<dl id="currentghost.scope(番号).name">
<dt class="entry">currentghost.scope(番号).name</dt>
<dd class="entry">
<p>現在のゴーストのスコープIDの名前。<br>0番はdescript.txtのsakura.nameと同じ、1番はkero.nameと同じ、以降2番以降はchar?.nameと同じ。</p>
<ul class="supported-baseware">
<li><img src="image/icon_s.png" alt="SSP" width="34" height="16" /> 2.6.67</li>
</ul>
</dd>
</dl>
<dl id="currentghost.balloon.汎用プロパティ名">
<dt class="entry">currentghost.balloon.汎用プロパティ名</dt>
<dd class="entry">
Expand Down
15 changes: 13 additions & 2 deletions manual/list_sakura_script.html
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ <h1>バルーン、テキストコマンド</h1>
<li><a href="#_!_set,autoscroll,enable_">\![set,autoscroll,enable]</a></li>
<li><a href="#_!_set,balloonoffset,x,y_">\![set,balloonoffset,x,y]</a></li>
<li><a href="#_!_set,balloonalign,ID_">\![set,balloonalign,ID]</a></li>
<li><a href="#_!_set,balloonmarker,マーカー表示文字列_">\![set,balloonmarker,マーカー表示文字列]</a></li>
<li><a href="#_!_set,balloonnum,ファイル名,現在の数,最大数_">\![set,balloonnum,ファイル名,現在の数,最大数]</a></li>
<li><a href="#_!_set,balloontimeout,時間_">\![set,balloontimeout,時間]</a></li>
<li><a href="#_!_set,balloonwait,倍率_">\![set,balloonwait,倍率]</a></li>
Expand Down Expand Up @@ -1661,11 +1662,21 @@ <h1>記述例</h1>
</div>
</dd>
</dl>
<dl id="_!_set,balloonmarker,マーカー表示文字列_">
<dt class="entry">\![set,balloonmarker,マーカー表示文字列]</dt>
<dd class="entry">
<p>SSTP受信時に表示するマーカー文字列を表示する。<br>表示先は現在のスコープが所属するバルーン。<br>表示文字列は省略可。消去する場合は引数を省略するか空欄にする。</p>
<p>ゴースト終了か、SSTP受信など本来この部分を使う機能が発動するまで有効。</p>
<ul class="supported-baseware">
<li><img src="image/icon_s.png" alt="SSP" width="34" height="16" /> 2.6.67</li>
</ul>
</dd>
</dl>
<dl id="_!_set,balloonnum,ファイル名,現在の数,最大数_">
<dt class="entry">\![set,balloonnum,ファイル名,現在の数,最大数]</dt>
<dd class="entry">
<p>ファイル受信時に表示されるデータ書式を表示する。現在の数、最大数は半角数値のみ。どのスコープで実行しても、\0バルーンにのみ表示される。<br>各引数は省略可。消去する場合は全引数を空欄にする</p>
<p>ゴースト終了まで有効</p>
<p>ファイル受信時に表示されるデータ書式を表示する。<br>表示先は現在のスコープが所属するバルーン。<br>各引数は省略可。消去する場合は全引数を省略するか空欄にする。<br>2.6.67より\1側バルーン以降にも出せるようになった</p>
<p>ゴースト終了か、ネットワーク更新など本来この部分を使う機能が発動するまで有効</p>
<ul class="supported-baseware">
<li><img src="image/icon_s.png" alt="SSP" width="34" height="16" /></li>
</ul>
Expand Down

0 comments on commit e935535

Please sign in to comment.