起動・終了・切り替えイベント | ||||
---|---|---|---|---|
M,S,C | OnFirstBoot | 初回起動した際に発生。 | Reference0 | vanishされた回数。 |
M,S,C | OnBoot | 起動した際に発生。 | Reference0 | 起動時のシェル名。 |
Reference6 | ※MATERIA、SSPのみ 前回の処理中で落ちた時にhaltを返す。 | |||
Reference7 | ※MATERIA、SSPのみ 前回の処理中で落ちたゴースト名 。 | |||
M,S,C | OnClose | 終了が指示された際に発生。 | Reference0 | ※SSPのみ 終了理由。 ユーザーが終了した場合、user シャットダウンした場合、shutdownが返される。 |
S | OnCloseAll | すべて終了が指示された際に発生。 | Reference0 | ※SSPのみ 終了理由。 ユーザーが終了した場合、user シャットダウンした場合、shutdownが返される。 |
M,S,C | OnGhostChanged | 他のゴーストから自ゴースト切り替えられた際に発生。 | Reference0 | 直前のゴースト名。 |
Reference1 | 直前のゴーストの切り替え時のスクリプト。 | |||
M,S,C | OnGhostChanging | 他のゴーストへの切り替え指示があった際に発生。 | Reference0 | 切り替わるゴースト名。 |
Reference1 | 手動で切り替えた場合、manual システムにより切り替えられた場合、automatic が返される。 |
|||
Reference3 | 切り替わるゴーストのパス。 | |||
S | OnGhostCalled | 他のゴーストから呼び出された際に発生。 | Reference0 | 呼び出したゴーストの本体側の名前。 |
Reference1 | 呼び出したゴーストの起動時のスクリプト。 | |||
Reference2 | 呼び出したゴースト名。 | |||
Reference7 | 呼び出したゴーストのシェル名。 | |||
S | OnGhostCalling | 他のゴーストの呼び出しが指示された際に発生。 | Reference0 | 呼び出すゴーストの本体側の名前。 |
Reference1 | 手動で切り替えた場合、manual システムにより切り替えられた場合、automatic が返される。 |
|||
Reference2 | 呼び出すゴースト名。 | |||
Reference3 | 呼び出すゴーストのパス。 | |||
S | OnGhostCallComplete | 他のゴーストを呼び出し、そのゴーストが起動スクリプトを完了後発生。 | Reference0 | 呼び出したゴーストの本体側の名前。 |
Reference1 | 呼び出したゴーストの起動時のスクリプト。 | |||
Reference2 | 呼び出したゴースト名。 | |||
Reference7 | 呼び出したゴーストのシェル名。 | |||
S | OnOtherGhostClosed | 複数起動中、他のゴーストが終了された際に発生。 | Reference0 | 終了したゴーストの本体側の名前。 |
Reference1 | 終了したゴーストの最後のスクリプト。 | |||
Reference2 | 終了したゴースト名。 | |||
S | OnOtherGhostChanged | 他のゴースト間で切り替わった際に発生。 | Reference0 | 直前のゴーストの本体側の名前。 |
Reference1 | 切り替わったゴーストの本体側の名前。。 | |||
Reference2 | 直前のゴーストの切り替え時のスクリプト。 | |||
Reference3 | 切り替わったゴーストの切り替わり時のスクリプト。 | |||
Reference4 | 直前のゴースト名。 | |||
Reference5 | 切り替わったゴースト名。 | |||
Reference14 | 直前のゴーストのシェル名。 | |||
Reference15 | 切り替わったゴーストのシェル名。 | |||
M,S,C | OnShellChanged | 他のシェルから切り替わった際に発生。 | Reference0 | 直前のシェル名。 |
M,S,C | OnShellChanging | 他のシェルへ切り替えた際に発生。 | Reference0 | 切り替わるシェル名。 |
S | OnBalloonChange | 他のバルーンから切り替わった際に発生。 | Reference0 | 切り替わったバルーン名。 |
Reference1 | 切り替わったバルーンのパス。 | |||
M,S,C | OnWindowStateRestore | 最小化が解除された際に発生。 | - | - |
M,S,C | OnWindowStateMinimize | 最小化が指示された際に発生。 ※SSPのみ設定で喋らすことが可能。 |
- | - |
入力ボックスイベント | ||||
M,S | OnTeachStart | TeachBoxがオープンした際に発生。 | - | - |
S | OnTeachInputCancel | TeachBoxが閉じられた際に発生。 | Reference1 | 閉じられた場合、cancel。 |
S | OnTeach | TeachBoxからの入力があった際に発生。 | Reference0 | 入力された言葉。 |
Reference* | Reference0に対して入力された言葉。 | |||
M,S | OnCommunicate | CommunicateBox、または他ゴーストからスクリプトを渡された際に発生。 | Reference0 | Boxからはuser、ゴーストからはゴースト名を返す。 |
Reference1 | スクリプトの内容。 | |||
Reference* | 拡張情報。 | |||
S | OnCommunicateInputCancel | CommunicateBoxが閉じられた際に発生。 | Reference1 | 閉じられた場合、cancel。 |
M,S,C | OnUserInput | InputBoxに入力され決定された際に発生。 | Reference0 | InputBoxのID。 |
Reference1 | 入力された内容。 | |||
S | OnUserInputCancel | InputBoxが閉じられた際に発生。 | Reference0 | 入力のイベントID。 |
Reference1 | タイムアウトした場合、timeout。閉じられた場合、close。 | |||
時間イベント | ||||
M,S,C | OnSecondChange | 1秒ごとに発生。 | Reference0 | 連続起動時間(hour) |
Reference1 | 見切れ時に1、それ以外は0が返る。 | |||
Reference2 | 重なり時に1、それ以外は0が返る。 | |||
Reference3 | cantalkが再生されるときに1、それ以外は0が返る。 | |||
Reference4 | ※SSPのみ タイムアウトするまでの時間。(秒単位) | |||
M,S,C | OnMinuteChange | 1分ごとに発生。 | Reference0 | 連続起動時間(hour) |
Reference1 | 見切れ時に1、それ以外は0が返る。 | |||
Reference2 | 重なり時に1、それ以外は0が返る。 | |||
Reference3 | cantalkが再生されるときに1、それ以外は0が返る。 | |||
Reference4 | ※SSPのみ タイムアウトするまでの時間。(秒単位) | |||
消滅イベント | ||||
M,S,C | OnVanishSelecting | 消滅が指示された際に発生。 | - | - |
M,S,C | OnVanishSelected | 確認ダイアログでYESが選択された際に発生。 | - | - |
M,S,C | OnVanishCancel | 確認ダイアログでNOが選択された際に発生。 | - | - |
M,S,C | OnVanishButtonHold | 消滅イベント中ダブルクリックでキャンセルされた際に発生。 | - | - |
M,S,C | OnVanished | 直前のゴーストの消滅により自分に切り替わった際に発生。 | Reference0 | 消滅されたゴーストの本体側の名前。 |
Reference1 | ※SSPのみ 消滅したゴーストのOnVanishSelectedイベントのスクリプト。 | |||
Reference2 | ※SSPのみ 消滅されたゴースト名。 | |||
Reference7 | ※SSPのみ 消滅されたゴーストのシェル名。 | |||
S | OnOtherGhostVanish | 複数起動中、他のゴーストが消滅された際に発生。 | Reference0 | 消滅されたゴーストの本体側の名前。 |
Reference1 | 消滅したゴーストのOnVanishSelectedイベントのスクリプト。 | |||
Reference2 | 消滅されたゴースト名。 | |||
Reference7 | 消滅されたゴーストのシェル名。 | |||
選択肢イベント | ||||
M,S,C | OnChoiceSelect | 選択肢が選択された際に発生。 | Reference0 | 選択された選択肢のID。 |
Reference* | ※CROWのみ 選択肢の2番目以降のID。 | |||
S | OnChoiceSelectEx | 選択肢が選択された際に発生。 | Reference0 | 選択された選択肢のID。 |
M,S,C | OnChoiceEnter | 選択肢上にカーソルが乗った際に発生。 選択肢から外れた際に全Referenceは解除される。 ※喋らせる事はできない。 |
Reference0 | 選択肢の名前。 |
Reference1 | ジャンプID。 | |||
Reference* | 拡張情報。 | |||
M,S,C | OnChoiceTimeout | 選択肢待ち時間がタイムアウトした際に発生。 | Reference0 | タイムアウトしたスクリプト。 |
S | OnChoiceHover | 選択肢上で静止された際に発生。 | Reference*(0) | 選択肢ラベル。 |
Reference*(1) | 選択肢ID。 | |||
M,S,C | OnAnchorSelect | \_aジャンパがクリックされた瞬間に発生。 | Reference0 | 選択されたジャンパのID。 |
S | OnAnchorSelectEx | \_aジャンパがクリックされた瞬間に発生。 | Reference0 | 選択されたジャンパのID。 |
サーフィスイベント | ||||
S,C | OnSurfaceChange | サーフィスが変わった際に発生。 ※喋らせる事はできない。 |
Reference0 | 本体側の現在サーフィス。 |
Reference1 | 相方側の現在サーフィス。 | |||
Reference2 | ※SSPのみ キャラID,サーフィス番号,幅,高さ | |||
M,S,C | OnSurfaceRestore | 同じサーフィスが一定時間続いた際に発生。 | Reference0 | 本体側の現在サーフィス。 |
Reference1 | 相方側の現在サーフィス。 | |||
S | OnOverlap | キャラクターが重なった際に発生。 | Reference0 | 1バイト区切りのID-ID。 |
Reference1 | 状態が変わる前の1バイト区切りのID-ID。 | |||
S | OnOffscreen | キャラクターがモニタからはみ出した際に発生。 | Reference0 | 1バイト区切りのID。 |
Reference1 | 状態が変わる前の1バイト区切りのID。 | |||
S | OnOtherSurfaceChange | 他ゴーストのサーフィスが変わった際に発生。 ※\![set,othersurfacechange,true]が必要。 |
Reference0 | ゴースト名。 |
Reference1 | ゴーストの本体側の名前。 | |||
Reference2 | 本体の場合は0、相方の場合は1が返る。 | |||
Reference3 | 切り替わったサーフィス。 | |||
Reference4 | 切り替わる前のサーフィス。 | |||
Reference5 | カンマ区切りでサーフィスのサイズ。(左,上,右,下) | |||
S | OnOtherOverlap | 他のゴーストを含む、キャラクターが重なった際に発生。 | Reference0 | 1バイト区切りのSakura名/ID-Sakura名/ID。 |
Reference1 | 状態が変わる前の1バイト区切りのSakura名/ID-Sakura名/ID。 | |||
S | OnOtherOffscreen | 他のゴーストを含む、キャラクターがモニタからはみ出した際に発生。 | Reference0 | 1バイト区切りのSakura名/ID。 |
Reference1 | 状態が変わる前の1バイト区切りのSakura名/ID。 | |||
マウスイベント | ||||
M,S,C | OnMouseClick | マウスクリックされた際に発生。 | Reference0 | マウスカーソルの x 座標(ローカル座標) |
Reference1 | マウスカーソルの y 座標(ローカル座標) | |||
Reference2 | 常に0。 | |||
Reference3 | 本体の場合は0、相方の場合は1が返る。 | |||
Reference4 | 当たり判定の識別子。 | |||
Reference5 | 左クリックは0、右クリックは1、ホイールクリックは2が返る。 | |||
Reference6 | ※SSPのみ マウス操作でmouse、タッチパネル操作でtouchが返る。 | |||
S | OnMouseClickEx | 右左クリック以外のマウスクリックされた際に発生。 | Reference0 | マウスカーソルの x 座標(ローカル座標) |
Reference1 | マウスカーソルの y 座標(ローカル座標) | |||
Reference2 | 常に0。 | |||
Reference3 | 本体の場合は0、相方の場合は1が返る。 | |||
Reference4 | 当たり判定の識別子。 | |||
Reference5 | ホイールクリックはmiddle、拡張ボタン1はxbutton1、拡張ボタン2はxbutton2、が返る。 | |||
Reference6 | マウス操作でmouse、タッチパネル操作でtouchが返る。 | |||
M,S,C | OnMouseDoubleClick | ダブルクリックされた際に発生。 | Reference0 | マウスカーソルの x 座標(ローカル座標) |
Reference1 | マウスカーソルの y 座標(ローカル座標) | |||
Reference2 | 常に0。 | |||
Reference3 | 本体の場合は0、相方の場合は1が返る。 | |||
Reference4 | 当たり判定の識別子。 | |||
Reference5 | 左クリックは0、右クリックは1、ホイールクリックは2が返る。 | |||
Reference6 | ※SSPのみ マウス操作でmouse、タッチパネル操作でtouchが返る。 | |||
S | OnMouseDoubleClickEx | 右左クリック以外のダブルクリックされた際に発生。 | Reference0 | マウスカーソルの x 座標(ローカル座標) |
Reference1 | マウスカーソルの y 座標(ローカル座標) | |||
Reference2 | 常に0。 | |||
Reference3 | 本体の場合は0、相方の場合は1が返る。 | |||
Reference4 | 当たり判定の識別子。 | |||
Reference5 | ホイールクリックはmiddle、拡張ボタン1はxbutton1、拡張ボタン2はxbutton2、が返る。 | |||
Reference6 | マウス操作でmouse、タッチパネル操作でtouchが返る。 | |||
M,S,C | OnMouseMove | マウスが移動した際に発生。 | Reference0 | マウスカーソルの x 座標(ローカル座標) |
Reference1 | マウスカーソルの y 座標(ローカル座標) | |||
Reference2 | マウスホイールの回転量および回転方向。 | |||
Reference3 | 本体の場合は0、相方の場合は1が返る。 | |||
Reference4 | 当たり判定の識別子。 | |||
Reference6 | ※SSPのみ マウス操作でmouse、タッチパネル操作でtouchが返る。 | |||
M,S,C | OnMouseWheel | マウスホイールが回転した際に発生。 | Reference0 | マウスカーソルの x 座標(ローカル座標) |
Reference1 | マウスカーソルの y 座標(ローカル座標) | |||
Reference2 | マウスホイールの回転量および回転方向。 | |||
Reference3 | 本体の場合は0、相方の場合は1が返る。 | |||
Reference4 | 当たり判定の識別子。 | |||
Reference6 | ※SSPのみ マウス操作でmouse、タッチパネル操作でtouchが返る。 | |||
S | OnMouseUp | マウスクリックが放された際に発生。 | Reference0 | マウスカーソルの x 座標(ローカル座標) |
Reference1 | マウスカーソルの y 座標(ローカル座標) | |||
Reference2 | 常に0。 | |||
Reference3 | 本体の場合は0、相方の場合は1が返る。 | |||
Reference4 | 当たり判定の識別子。 | |||
Reference5 | 左クリックは0、右クリックは1、ホイールクリックは2が返る。 | |||
Reference6 | マウス操作でmouse、タッチパネル操作でtouchが返る。 | |||
S | OnMouseUpEx | 右左クリック以外のマウスクリックが放された際に発生。 | Reference0 | マウスカーソルの x 座標(ローカル座標) |
Reference1 | マウスカーソルの y 座標(ローカル座標) | |||
Reference2 | 常に0。 | |||
Reference3 | 本体の場合は0、相方の場合は1が返る。 | |||
Reference4 | 当たり判定の識別子。 | |||
Reference5 | ホイールクリックはmiddle、拡張ボタン1はxbutton1、拡張ボタン2はxbutton2、が返る。 | |||
Reference6 | マウス操作でmouse、タッチパネル操作でtouchが返る。 | |||
S | OnMouseDown | マウスクリックが押された際に発生。 | Reference0 | マウスカーソルの x 座標(ローカル座標) |
Reference1 | マウスカーソルの y 座標(ローカル座標) | |||
Reference2 | 常に0。 | |||
Reference3 | 本体の場合は0、相方の場合は1が返る。 | |||
Reference4 | 当たり判定の識別子。 | |||
Reference5 | 左クリックは0、右クリックは1、ホイールクリックは2が返る。 | |||
Reference6 | マウス操作でmouse、タッチパネル操作でtouchが返る。 | |||
S | OnMouseClickEx | 右左クリック以外のマウスクリックが押された際に発生。 | Reference0 | マウスカーソルの x 座標(ローカル座標) |
Reference1 | マウスカーソルの y 座標(ローカル座標) | |||
Reference2 | 常に0。 | |||
Reference3 | 本体の場合は0、相方の場合は1が返る。 | |||
Reference4 | 当たり判定の識別子。 | |||
Reference5 | ホイールクリックはmiddle、拡張ボタン1はxbutton1、拡張ボタン2はxbutton2、が返る。 | |||
Reference6 | マウス操作でmouse、タッチパネル操作でtouchが返る。 | |||
S | OnMouseEnterAll | マウスがキャラクターウインドウに入った際に発生。 | Reference0 | マウスカーソルの x 座標(ローカル座標) |
Reference1 | マウスカーソルの y 座標(ローカル座標) | |||
Reference2 | 常に0。 | |||
Reference3 | 本体の場合は0、相方の場合は1が返る。 | |||
Reference4 | 当たり判定の識別子。 | |||
Reference6 | マウス操作でmouse、タッチパネル操作でtouchが返る。 | |||
S | OnMouseLeaveAll | マウスがキャラクターウインドウから出た際に発生。 | Reference0 | マウスカーソルの x 座標(ローカル座標) |
Reference1 | マウスカーソルの y 座標(ローカル座標) | |||
Reference2 | 常に0。 | |||
Reference3 | 本体の場合は0、相方の場合は1が返る。 | |||
Reference4 | 当たり判定の識別子。 | |||
Reference6 | マウス操作でmouse、タッチパネル操作でtouchが返る。 | |||
S | OnMouseEnter | マウスが当たり判定に入った際に発生。 | Reference0 | マウスカーソルの x 座標(ローカル座標) |
Reference1 | マウスカーソルの y 座標(ローカル座標) | |||
Reference2 | 常に0。 | |||
Reference3 | 本体の場合は0、相方の場合は1が返る。 | |||
Reference4 | 当たり判定の識別子。 | |||
Reference6 | マウス操作でmouse、タッチパネル操作でtouchが返る。 | |||
S | OnMouseLeave | マウスが当たり判定から出た際に発生。 | Reference0 | マウスカーソルの x 座標(ローカル座標) |
Reference1 | マウスカーソルの y 座標(ローカル座標) | |||
Reference2 | 常に0。 | |||
Reference3 | 本体の場合は0、相方の場合は1が返る。 | |||
Reference4 | 当たり判定の識別子。 | |||
Reference6 | マウス操作でmouse、タッチパネル操作でtouchが返る。 | |||
S | OnMouseDragStart | マウスをドラッグし始めた際に発生。 | Reference0 | マウスカーソルの x 座標(ローカル座標) |
Reference1 | マウスカーソルの y 座標(ローカル座標) | |||
Reference2 | マウスホイールの回転量および回転方向。 | |||
Reference3 | 本体の場合は0、相方の場合は1が返る。 | |||
Reference4 | 当たり判定の識別子。 | |||
Reference5 | 左クリックは0、右クリックは1が返る。 | |||
Reference6 | マウス操作でmouse、タッチパネル操作でtouchが返る。 | |||
S | OnMouseDragEnd | マウスをドラッグし終えた際に発生。 | Reference0 | マウスカーソルの x 座標(ローカル座標) |
Reference1 | マウスカーソルの y 座標(ローカル座標) | |||
Reference2 | マウスホイールの回転量および回転方向。 | |||
Reference3 | 本体の場合は0、相方の場合は1が返る。 | |||
Reference4 | 当たり判定の識別子。 | |||
Reference5 | 左クリックは0、右クリックは1が返る。 | |||
Reference6 | マウス操作でmouse、タッチパネル操作でtouchが返る。 | |||
S | OnMouseHover | マウスが静止している際に発生。 | Reference0 | マウスカーソルの x 座標(ローカル座標) |
Reference1 | マウスカーソルの y 座標(ローカル座標) | |||
Reference2 | 常に0。 | |||
Reference3 | 本体の場合は0、相方の場合は1が返る。 | |||
Reference4 | 当たり判定の識別子。 | |||
Reference5 | 常に0。 | |||
Reference6 | マウス操作でmouse、タッチパネル操作でtouchが返る。 | |||
S | OnMouseGesture | マウスを右ドラッグまたはホイールをドラッグした際に発生。 | Reference0 | 本体の場合は0、相方の場合は1が返る。 |
Reference1 | マウスカーソルの xy 座標(1バイト区切り) | |||
Reference2 | 当たり判定の識別子。 | |||
Reference3 | 右ドラッグを開始したマウスカーソルの xy 座標(1バイト区切り) | |||
Reference4 | 右ドラッグを開始した当たり判定の識別子。 | |||
Reference5 |
ジェスチャー方向。 |
|||
Reference6 | ジェスチャー移動角度。 右0度から反時計回りに360度。 |
|||
インストールイベント | ||||
M,S,C | OnInstallBegin | アーカイブのインストール開始の際に発生。 | Reference0 | 成功した時、アーカイブ内容の※識別子を返す。 失敗した時、失敗理由を返す。 ゴーストを指名していた場合その名前を返す。 |
Reference1 | 成功した時、内容の名前を返す。 | |||
Reference2 | 内容の名前2。 | |||
M,S,C | OnInstallComplete | インストールが正常終了した際に発生。 | Reference0 | 成功した時、アーカイブ内容の※識別子を返す。 失敗した時、失敗理由を返す。 ゴーストを指名していた場合その名前を返す。 |
Reference1 | 成功した時、内容の名前を返す。 | |||
Reference2 | 内容の名前2。 | |||
S | OnInstallCompleteEx | インストールが正常終了した際に発生。 このイベントが無かった場合OnInstallCompleteが発生。 |
Reference0 | 成功した時、アーカイブ内容の※識別子を返す。 |
Reference1 | インストールした物の種別を返す。識別子参照(複数の場合は1バイト区切り) | |||
Reference2 | インストールした物の名前。(複数の場合は1バイト区切り) | |||
Reference3 | インストールした場所。(複数の場合は1バイト区切り) | |||
M,S,C | OnInstallFailure | インストールに失敗した際に発生。 | Reference0 | 成功した時、アーカイブ内容の※識別子を返す。 失敗した時、失敗理由を返す。 ゴーストを指名していた場合その名前を返す。 |
Reference1 | 成功した時、内容の名前を返す。 | |||
Reference2 | 内容の名前2。 | |||
M,S,C | OnInstallRefuse | インストールするファイルが他のゴーストを指名していた際に発生。 | Reference0 | 成功した時、アーカイブ内容の※識別子を返す。 失敗した時、失敗理由を返す。 ゴーストを指名していた場合その名前を返す。 |
Reference1 | 成功した時、内容の名前を返す。 | |||
Reference2 | 内容の名前2。 | |||
※インストールの識別子 shell/ghost/balloon/plugin / headline /supplement ※OnInstallComplete / OnNarCreatedのみ ghost with balloon / shell with balloon ※SSP専用 calendar skin / calendar plugin |
||||
ファイルドロップイベント | ||||
- | OnFileDropping | ファイルがDnDされた際に発生。 | Reference0 | ドロップされたファイルパス。 |
- | OnFileDropped | DnDされたファイルを処理し終わった際に発生。 | Reference0 | ドロップされたファイルパス。 |
- | OnDirectoryDrop | ディレクトリがDnD された際に発生。 | Reference0 | ドロップされたファイルパス。 |
- | OnWallpaperChange | 画像ファイルのDnDによって壁紙が変更された際に発生。 | Reference0 | ドロップされたファイルパス。 |
S | OnFileDropEx | ファイルがDnDされた際に発生。 | Reference0 | ドロップされたファイルパスを半角スペースで区切って返す。 |
M,S,C | OnFileDrop2 | ファイルがDnDされた際に発生。 | Reference0 | ドロップされたファイルパスを半角スペースで区切って返す。 |
Reference1 | 本体にドロップされた場合は0、相方は1を返す。 | |||
M,S,C | OnUpdatedataCreating | ゴーストフォルダがDnDされた際に発生。 | - | - |
M,S,C | OnUpdatedataCreated | updates2.dauが作成された際に発生。 | - | - |
M,S,C | OnNarCreating | install.txtの入ったゴーストフォルダがDnDされた際に発生。 | Reference0 | narにするオブジェクト名。 |
Reference1 | narに出力されたファイル名。 | |||
Reference2 | 識別子。インストールの識別子参照。 | |||
M,S,C | OnNarCreated | narファイルが作成された際に発生。 | Reference0 | narにするオブジェクト名。 |
Reference1 | narに出力されたファイル名。 | |||
Reference2 | 識別子。インストールの識別子参照。 | |||
URLドロップイベント | ||||
M,S,C | OnURLDropping | URLがドロップされた際に発生。 | Reference0 | URLパス。 |
M,S,C | OnURLDropped | ドロップされたURLを受領し終わった際に発生。 | Reference0 | ダウンロードし終わったファイルのローカルパス。 |
M,S,C | OnURLDropFailure | ドロップされたURLの受領に失敗したかキャンセルされた際に発生。 | Reference0 | ダウンロードし終わった分のファイルのローカルパス。 |
Reference1 | ユーザーのダブルクリックによって中断した場合、artificial タイムアウトした場合、timeoutを返す。 |
|||
S | OnURLQuery | URLがドロップされた際に発生。 これに反応するとOnURLDroppingは発生しない。 |
Reference0 | URLパス。 |
Reference1 | 本体の場合は0、相方の場合は1が返る。 | |||
Reference2 | ドロップされたURLのMIMEタイプ | |||
ネットワーク更新イベント | ||||
M,S,C | OnUpdateBegin | ネットワーク更新開始が指示された際に発生。 | Reference0 | ゴースト名。 |
Reference1 | フルパス。 | |||
Reference3 | ※CROWのみ ゴースト更新の際はghost本体更新の際はbasewareを返す。 | |||
M,S,C | OnUpdateReady | 更新ファイルが確認された際に発生。 | Reference0 | ※成功/失敗理由 |
Reference1 | カンマでセパレートされた更新されたファイル名のリスト。 | |||
Reference3 | ※CROWのみ ゴースト更新の際はghost本体更新の際はbasewareを返す。 | |||
M,S,C | OnUpdateComplete | ネットワーク更新が成功し完了した際に発生。 | Reference0 | ※成功/失敗理由 |
Reference1 | カンマでセパレートされた更新されたファイル名のリスト。 | |||
Reference3 | ※CROWのみ ゴースト更新の際はghost本体更新の際はbasewareを返す。 | |||
M,S,C | OnUpdateFailure | ネットワーク更新に失敗した際に発生。 | Reference0 | ※成功/失敗理由 |
Reference1 | カンマでセパレートされた更新されたファイル名のリスト。 ※SSPのみ 失敗したファイル名。 |
|||
Reference3 | ※CROWのみ ゴースト更新の際はghost本体更新の際はbasewareを返す。 | |||
M,S,C | OnUpdate.OnDownloadBegin | ファイルダウンロード開始の際に発生。 | Reference0 | ダウンロードするファイル名。 |
Reference1 | :更新総数の現在のファイル数。 | |||
Reference2 | 更新総数。 | |||
M,S,C | OnUpdate.OnMD5CompareBegin | MD5の照合開始の際に発生。 | Reference0 | 比較するファイル名。 |
Reference1 | 正しいMD5値。 | |||
Reference2 | 落としたファイルのMD5値。 | |||
M,S,C | OnUpdate.OnMD5CompareComplete | MD5が一致した際に発生。 | Reference1 | 正しいMD5値。 |
Reference2 | 落としたファイルのMD5値。 | |||
M,S,C | OnUpdate.OnMD5CompareFailure | MD5が一致しなかった際に発生。 | Reference1 | 正しいMD5値。 |
Reference2 | 落としたファイルのMD5値。 | |||
S | OnUpdateOtherBegin | ゴースト以外のネットワーク更新開始が指示された際に発生。 | Reference0 | ゴースト名。 |
Reference1 | フルパス。 | |||
Reference3 | 更新する種類を返す。 (shell ghost balloon headline plugin) |
|||
S | OnUpdateOtherReady | ゴースト以外の更新ファイルが確認された際に発生。 | Reference0 | ※成功/失敗理由 |
Reference1 | カンマでセパレートされた更新されたファイル名のリスト。 | |||
Reference3 | 更新する種類を返す。 (shell ghost balloon headline plugin) |
|||
S | OnUpdateOtherComplete | ゴースト以外のネットワーク更新が成功し完了した際に発生。 | Reference0 | ※成功/失敗理由 |
Reference1 | カンマでセパレートされた更新されたファイル名のリスト。 | |||
Reference3 | 更新する種類を返す。 (shell ghost balloon headline plugin) |
|||
S | OnUpdateOtherFailure | ゴースト以外のネットワーク更新に失敗した際に発生。 | Reference0 | ※成功/失敗理由 |
Reference1 | カンマでセパレートされた更新されたファイル名のリスト。 | |||
Reference3 | ※CROWのみ ゴースト更新の際はghost本体更新の際はbasewareを返す。 | |||
S | OnUpdateOther.OnDownloadBegin | ゴースト以外のファイルダウンロード開始の際に発生。 | Reference0 | ダウンロードするファイル名。 |
Reference1 | :更新総数の現在のファイル数。 | |||
Reference2 | 更新総数。 | |||
S | OnUpdateOther.OnMD5CompareBegin | ゴースト以外のMD5の照合開始の際に発生。 | Reference0 | 比較するファイル名。 |
Reference1 | 正しいMD5値。 | |||
Reference2 | 落としたファイルのMD5値。 | |||
S | OnUpdateOther.OnMD5CompareComplete | ゴースト以外のMD5が一致した際に発生。 | Reference1 | 正しいMD5値。 |
Reference2 | 落としたファイルのMD5値。 | |||
S | OnUpdateOther.OnMD5CompareFailure | ゴースト以外のMD5が一致しなかった際に発生。 | Reference1 | 正しいMD5値。 |
Reference2 | 落としたファイルのMD5値。 | |||
S | OnUpdateResult | 全てのネットワーク更新が完了した際に発生。 | Reference* | 1バイト区切りの(ghost|shell|balloon|plugin)、(OK|NG)、失敗理由または更新ファイル数、失敗したファイル。 |
S | OnUpdateResultExplorer | ゴーストエクスプローラからのネットワーク更新が完了した際に発生。 | Reference* | 1バイト区切りの(ghost|shell|balloon|plugin)、(OK|NG)、失敗理由または更新ファイル数、失敗したファイル。 |
S | OnUpdateCheckComplete | ネットワーク更新のチェックに成功した際に発生。 | Reference0 | :更新総数の現在のファイル数。 |
Reference1 | カンマでセパレートされた更新されたファイル名のリスト。 | |||
S | OnUpdateCheckFailure | ネットワーク更新のチェックに失敗した際に発生。 | Reference0 | ※失敗理由 |
※成功/失敗理由 none 更新するファイルが無かった。 changed 更新された。 timeout タイムアウトした。 md5 miss MD5が一致しなかった。 404 等 そのステータスコードでの失敗。 fileio ※SSPのみ。ファイルの書き込み失敗、容量不足。 readonly ※SSPのみ。読取専用フラグがついている。 |
||||
時計合わせイベント | ||||
M,S,C | OnSNTPBegin | 時計合わせが開始が指示された際に発生。 | Reference0 | 接続先サーバ名。 |
Reference1 | カンマでセパレートされたサーバ側の現時刻。 | |||
Reference2 | カンマでセパレートされたローカル側の現時刻 | |||
Reference3 | サーバとローカルの時刻のずれ。(秒単位) | |||
M,S,C | OnSNTPCompare | サーバに接続が確立された際に発生。 | Reference0 | 接続先サーバ名。 |
Reference1 | カンマでセパレートされたサーバ側の現時刻。 | |||
Reference2 | カンマでセパレートされたローカル側の現時刻 | |||
Reference3 | サーバとローカルの時刻のずれ。(秒単位) | |||
M,S,C | OnSNTPCorrect | ローカル時刻をサーバ時刻に修正した際に発生。 | Reference0 | 接続先サーバ名。 |
Reference1 | カンマでセパレートされたサーバ側の現時刻。 | |||
Reference2 | カンマでセパレートされたローカル側の現時刻 | |||
Reference3 | サーバとローカルの時刻のずれ。(秒単位) | |||
M,S,C | OnSNTPFailure | 時計合わせに失敗した際に発生。 | Reference0 | 接続先サーバ名。 |
Reference1 | カンマでセパレートされたサーバ側の現時刻。 | |||
Reference2 | カンマでセパレートされたローカル側の現時刻 | |||
Reference3 | サーバとローカルの時刻のずれ。(秒単位) | |||
メールチェックイベント | ||||
M,S,C | OnBIFFBegin | メールチェック開始が指示された際に発生。 | Reference2 | チェックするメールサーバ名、SSP、CROWはアカウント名。 |
M,S,C | OnBIFFComplete | メールチェックが成功した際に発生。 | Reference0 | スプールされているメールの通数、1オリジン表記。 |
Reference1 | スプールされているメールのバイト数。 | |||
Reference2 | チェックするメールサーバ名。 | |||
Reference3 | メールの新着差分。 | |||
Reference4 | 全メールのTopResult。 | |||
Reference5 | ListResult。 | |||
Reference6 | UidlResult。 | |||
Reference7 | 1バイト区切りの送信者とタイトル。 | |||
M,S,C | OnBIFF2Complete | メールスプール数が増加した際に発生。 | Reference0 | スプールされているメールの通数、1オリジン表記。 |
Reference1 | スプールされているメールのバイト数。 | |||
Reference2 | チェックするメールサーバ名、SSP、CROWはアカウント名。 | |||
Reference3 | 全メールのTopResult。 | |||
M,S,C | OnBIFFFailure | メールチェックに成功した際に発生。 | Reference0 | ※失敗理由 |
Reference2 | チェックするメールサーバ名、SSP、CROWはアカウント名。 | |||
※失敗理由 timeout タイムアウトした。 kick 認証に失敗した。 defect ユーザー設定に誤りがあった。 |
||||
ヘッドラインセンスイベント | ||||
M,S | OnHeadlinesenseBegin | ヘッドラインセンス開始が指示された際に発生。 | Reference0 | ヘッドラインセンスするサイト名。 |
Reference1 | ヘッドラインセンスするURL。 | |||
M,S | OnHeadlinesense.OnFind | 読み上げるべきヘッドラインセンスがあった際に発生。 | Reference0 | ヘッドラインセンスするサイト名。 |
Reference1 | ヘッドラインセンスするURL。 | |||
Reference2 | ※OnFind フェーズ | |||
Reference3 | ヘッドラインの内容。 | |||
M,S | OnHeadlinesenseComplete | ヘッドラインセンスが正常に終了した際に発生。 | Reference0 | ※終了理由 |
M,S | OnHeadlinesenseFailure | ヘッドラインセンスに失敗した際に発生。 | Reference0 | ※終了理由 |
※OnFind フェーズ First 1ページ目 First and Last 1ページ目で次がない Last 最後のページ Next いずれでもないページ |
||||
※終了理由 no update 更新がなかった can't download ファイルが取れなかった can't analyze ファイルは取れたが、有効なヘッドラインを取得できなかった |
||||
SSTPイベント | ||||
M,S | OnSSTPBreak | SSTPがブレイクされた際に発生。 | Reference0 | 例外の起きたスクリプト。 |
M,S | OnSSTPBlacklisting | 最終クライアントのブラックリスト行きが指示された際に発生。 | Reference0 | 最終クライアントのIPアドレス。 |
単体イベント | ||||
M,S,C | OnKeyPress | 本体がアクティブな状態でキーが入力された際に発生。 | Reference0 | 入力されたキー。(キートップに書かれた文字) |
Reference1 | 入力されたキー。(Win32仮想キーコード) | |||
Reference2 | ※SSPのみ キーの押しっぱなしカウント。 | |||
M,S,C | OnNetworkHeavy | 相手サーバが時間内に応答しなかった際に発生。 | Reference0 | ※SSPのみ タイムアウトするまでの時間。(秒単位) |
S,C | OnDisplayChange | デスクトップの解像度/色深度が変更された際に発生。 | Reference0 | 変化後の色深度(bpp) |
Reference1 | 変化後の解像度(width) | |||
Reference2 | 変化後の解像度(height) | |||
M,S,C | OnRecommendsiteChoice | メニューからサイトのリンクが選択された際に発生。 | Reference0 | 選択されたサイト名。 |
Reference1 | 選択されたサイトのURL。 | |||
M,S,C | OnTranslate | MAKOTOトランスレート機能。 | Reference0 | 処理するべきスクリプト。 |
Reference1 | ※SSPのみ トークを中断した場合、break。 コミュニケートの場合、communicate。 SSTPの場合、sstp-send。 Owned SSTPの場合、owned。 非ローカルSSTPの場合、remote。 トランスレートが拒否されている場合、notranslate。 該当するものがカンマ区切りで返る。 |
|||
Reference2 | ※SSPのみ スクリプト元のイベント名。 | |||
Reference3 | ※SSPのみ 1バイト区切りの、スクリプト元イベントのReference。 | |||
Notifyイベント | ||||
S,C | basewareversion | ベースウェアの情報を通知。 | Reference0 | バージョン番号。 |
Reference1 | 本体の識別。 | |||
Reference2 | ※SSPのみ バージョン情報の詳細な数値。 | |||
S | hwnd | hwndを通知。 | Reference0 | ゴーストのhwnd。 |
Reference1 | バルーンのhwnd。 | |||
S | uniqueid | unique IDを通知。 | Reference0 | ゴーストのユニークID。 |
S | capability | capabilityを通知。 | Reference* | 実装レベルに応じて下記がReferenceに1つずつ送られる。 request.status Statusヘッダ実装 request.securitylevel SecurityLevelヘッダ実装 request.baseid BaseIDヘッダ実装 response.marker Markerヘッダ有効 response.errorlevel エラーログ有効 response.errordescription (エラーログ有効) response.securitylevel 返り値のSecurityLevel有効 response.requestcharset 次の呼び出しの文字コード指定有効 |
M,S,C | ownerghostname | 現在のゴースト名を通知。 | Reference0 | 現在のゴースト名。 |
M,S,C | otherghostname | 他に起動しているゴースト名を通知。 | Reference* | 1バイト区切りにされた他に起動しているゴースト名、本体のサーフィス番号、相方のサーフィス番号。 |
M,S,C | installedghostname | インストールされているゴーストを通知。 | Reference* | インストールされているゴースト名。 |
S,C | installedshellname | インストールされているシェルを通知。 | Reference* | インストールされているシェル名。 |
S,C | installedballoonname | インストールされているバルーンを通知。 | Reference* | インストールされているバルーン名。 |
S | installedheadlinename | インストールされているRSS/ヘッドラインを通知。 | Reference* | インストールされているRSS/ヘッドライン名。 |
S | installedplugin | インストールされているプラグインを通知。 | Reference* | インストールされているプラグイン名。 |
S | rateofusegraph | 使ってるぞグラフの情報を通知。 | Reference* | 1バイト区切りにされたゴースト名、sakura名、kero名、起動回数、起動時間(分)、起動時間%、(boot install vanish)。 boot 起動中の時。 install インストールされている時。 vanish アンインストールした情報が残ってる時。 |
S,C | OnNotifySelfInfo | ゴーストの情報を通知。 | Reference0 | 現在のゴースト名。 |
Reference1 | 本体側の名前。 | |||
Reference2 | 相方側の名前。 | |||
Reference3 | 現在のシェル名。 | |||
Reference4 | 現在のシェルへの絶対パス。 | |||
Reference5 | 現在のバルーン名。 | |||
Reference6 | 現在のバルーンへの絶対パス。 | |||
S | OnNotifyBalloonInfo | バルーンの情報を通知。 | Reference0 | 現在のバルーン名。 |
Reference1 | 現在のバルーンへの絶対パス。 | |||
Reference2 | キャラクターID:バルーンサーフィス番号,バルーンサーフィス番号... キャラクターID:バルーンサーフィス番号... (0:0,1,2,3 1:,0,1,2,3) |
|||
S | OnNotifyShellInfo | シェルの情報を通知。 | Reference0 | 現在のシェル名。 |
Reference1 | 現在のシェルへの絶対パス。 | |||
Reference2 | カンマ区切りのサーフィス番号。 | |||
S | OnNotifyDressupInfo | 着せ替えの情報を通知。 | Reference* | 1バイト区切りにされたキャラクターID、カテゴリー名、パーツ名、オプション、有効1/無効0、サムネイルパス。 |
S | OnNotifyUserInfo | ユーザーの入力情報を通知。 | Reference0 | 呼び方。 |
Reference1 | フルネーム。 | |||
Reference2 | 誕生日。(2003,5,5のようにカンマ区切りで) | |||
S | OnNotifyOSInfo | OS情報を通知。 | Reference0 | カンマ区切りでOSのシステム,バージョン,表示名。 |
Reference1 | カンマ区切りでCPUタイプ,クロックMHz,追加情報。 | |||
Reference2 | カンマ区切りで物理,仮想メモリ(KB)。 | |||
Reference3 | システム起動からの経過分。 | |||
S | OnNotifyFontInfo | システムにインストールされているフォントを通知。 | Reference* | フォント名。 |
S | OnInitialize | 起動した際に発生。 | - | - |
S | OnDestroy | 終了が指示された際に発生。 | - | - |
S | OnSysResume | レジュームの際に発生。 | - | - |
S | OnSysSuspend | サスペンドの際に発生。 | - | - |
S | OnBatteryNotify | 残りバッテリー量を通知。 | Reference0 | 残りバッテリー%。 |
※Notifyイベントは喋らせる事はできない。 | ||||
SSP拡張イベント | ||||
S | OnEmbryoExist | SSP起動時、先にmateria.exeが起動されていた際に発生。 | - | - |
S | OnNekodorifExist | SSP起動時、先に猫どりふが起動されていた際に発生。 | - | - |
S | OnScreenSaverStart | スクリーンセーバーが起動した際に発生。(※Notify) | Reference0 | スクリーンセーバ名。 |
Reference1 | スクリーンセーバ実行ファイルのパス。 | |||
Reference2 | スクリーンセーバ実行までの待ち時間。(秒) | |||
S | OnScreenSaverEnd | スクリーンセーバーが終了した際に発生。 | Reference0 | スクリーンセーバ名。 |
Reference1 | スクリーンセーバ実行ファイルのパス。 | |||
Reference2 | スクリーンセーバ実行までの待ち時間。(秒) | |||
S | OnAITalk | \aなどによる会話が求められた際に発生。 | - | - |
S | OnCacheSuspend | ゴーストキャッシュに入った際に発生。 | - | - |
S | OnCacheRestore | ゴーストキャッシュから出た際に発生。 | - | - |
S | OnSoundStop | サウンドが終了した際に発生。 | Reference0 | 再生ファイル名。 |
S | OnBalloonBreak | SSTP以外でブレイクされた際に発生。 | Reference0 | スクリプト。 |
Reference1 | ブレイクしたキャラクターのID。 | |||
Reference2 | ブレイクした位置までの文字数。 | |||
S | OnBalloonClose | バルーンを閉じた際に発生。 | Reference0 | 閉じる際に表示されていたスクリプト。 |
S | OnBalloonTimeout | 選択肢以外でバルーンがタイムアウトした際に発生。 | Reference0 | タイムアウトした際にスクリプト。 |
Reference1 | 残り時間。 | |||
S | OnBatteryLow | Windowsの電源管理設定の設定により通知を受けた際に発生。 | Reference0 | バッテリ残量の割合(%)。不明の場合は-1。 |
Reference1 | 残り時間。不明の場合は-1。 | |||
S | OnBatteryCritical | Windowsの電源管理設定の設定により通知を受けた際に発生。 | Reference0 | バッテリ残量の割合(%)。不明の場合は-1。 |
Reference1 | 残り時間。不明の場合は-1。 | |||
S | OnDeviceArrival | デバイスを検出された際に発生。 | Reference* | タイプ、名前、製造者名、デバイスファイル名が1バイト区切りで返る。 |
S | OnDeviceRemove | デバイスを削除された際に発生。 | Reference* | タイプ、名前、製造者名、デバイスファイル名が1バイト区切りで返る。 |
S | OnDressupChanged | 着せ替えが切替えられた際に発生。 | Reference0 | 着せ替え対象のキャラクターID。 |
Reference1 | パーツの名称。 | |||
Reference2 | 有効になった時に1、無効になった時に0が返る。 | |||
S | OnShellScaling | シェル倍率が変更された際に発生。 | Reference0 | 変更された後の倍率。(パーセント) |
Reference1 | 変更される前の倍率。(パーセント) | |||
S | OnExecuteHTTPComplete | execute-httpで正常に取得完了した際に発生。 | Reference0 | post/get |
Reference1 | IDで指定した文字列。 | |||
Reference2 | 対象のURL。 | |||
Reference3 | 取得したファイルのフルパス。 | |||
Reference4 | 取得結果コード。(timeout|fileio|200|204|403|404)等 | |||
Reference5 | Cookieの文字列。 | |||
S | OnExecuteHTTPFailure | execute-httpで取得エラーした際に発生。 | Reference0 | post/get |
Reference1 | IDで指定した文字列。 | |||
Reference2 | 対象のURL。 | |||
Reference3 | 取得したファイルのフルパス。 | |||
Reference4 | 取得結果コード。(timeout|fileio|200|204|403|404)等 | |||
Reference5 | Cookieの文字列。 | |||
S | OnExecuteHTTPSSLInfo | execute-httpで取得先がhttpsだった際に発生。 | Reference0 | async ID。(無ければ空) |
Reference1 | 対象のURL。 | |||
Reference2 | httpレスポンスコード。 | |||
Reference3 | 通信バージョン。 | |||
Reference4 | 暗号化方法。 | |||
Reference5 | 発行先。 | |||
Reference6 | 有効期限開始日時。(年,月,日,時,分,秒) | |||
Reference7 | 有効期限終了日時。(年,月,日,時,分,秒) | |||
Reference8 | 発行者。 | |||
S | OnPingProgress | \![execute,ping]でping送信の際に発生。 | Reference0 | --event=で指定した文字列。 |
Reference1 | 1バイト区切りの送信元アドレス、全送信回数、成功回数、失敗回数。 | |||
Reference2 | OK、または、1バイト区切りのエラー情報、返答元アドレス、RTT。(往復にかかった時間ms) | |||
Reference* | 送信済みのPingの1回ごとの情報。 | |||
S | OnPingComplete | \![execute,ping]でping送信終了の際に発生。 | Reference0 | --event=で指定した文字列。 |
Reference1 | 1バイト区切りの送信元アドレス、全送信回数、成功回数、失敗回数。 | |||
Reference2 | OK、または、1バイト区切りのエラー情報、返答元アドレス、RTT。(往復にかかった時間ms) | |||
Reference* | 送信済みのPingの1回ごとの情報。 | |||
S | OnNSLookupFailure | \![execute,nslookup]でホスト、IPを調べ成功した際に発生。 | Reference0 | --event=で指定した文字列。 |
Reference1 | --host=で指定した文字列。 | |||
Reference2 | 正引きの場合、lookup。 逆引きの場合、reverse。 |
|||
Reference3 | 成功した場合のみ、結果。 | |||
S | OnNSLookupComplete | \![execute,nslookup]ホスト、IPを調べ失敗した際に発生。 | Reference0 | --event=で指定した文字列。 |
Reference1 | --host=で指定した文字列。 | |||
Reference2 | 正引きの場合、lookup。 逆引きの場合、reverse。 |
|||
Reference3 | 成功した場合のみ、結果。 | |||
S | OnTrayBalloonClick | トレイアイコンのバルーンをクリックして消した際に発生。 | Reference0 | タイトル文字列。 |
Reference1 | 表示テキスト。 | |||
S | OnTrayBalloonTimeout | トレイアイコンのバルーンをタイムアウトや閉じるボタンで消した際に発生。 | Reference0 | タイトル文字列。 |
Reference1 | 表示テキスト。 | |||
S | OnNetworkStatusChange | ネットワーク接続状態が変わった際に発生。 起動直後のみNOTIFYで通知。 |
Reference0 | onlineまたはoffline。 |
Reference1 | 現在居るマシンに割り当てられているIPアドレスのバイト値1区切りリスト。 | |||
S | OnSystemDialog | ファイル関連のダイアログで保存/OKが押された際に発生。 | Reference0 | openまたはsave。 |
Reference1 | イベントID。 | |||
Reference2 | ファイルのパスまたはカンマ区切りのRGB値。 | |||
S | OnSystemDialogCancel | ファイル関連のダイアログでキャンセルが押された際に発生。 | Reference0 | openまたはsave。 |
Reference1 | イベントID。 | |||
S | OnConfigurationDialogHelp | SSP:設定ウインドウのヘルプボタンで項目をクリックした際に発生。 | Reference0 | ダイアログID。 |
Reference1 | ダイアログタイトル。 | |||
Reference2 | 項目タイプ:項目名。 | |||
Reference3 | 項目内容テキスト。 | |||
S | OnTextDrop | テキストデータがDnDされた際に発生。 | Reference0 | テキスト内容。(改行は1バイト値) |
Reference1 | DnDされたキャラクターのID。 | |||
S | OnOtherGhostTalk | 他のゴーストが話した際に発生。 | Reference0 | ゴースト名。 |
Reference1 | \0側のゴースト名。 | |||
Reference2 |
トークを中断した場合、break。 |
|||
Reference3 | 他ゴーストの話したイベントID。 | |||
Reference4 | 他ゴーストの話した内容のスクリプト。 | |||
Reference5 | 1バイト区切りの他ゴーストに渡されたReference。 | |||
S | OnRaisePluginFailure | \![raiseplugin]が失敗した際に発生。 | Reference0 | 見つからなかった場合、notfound。 無効設定だった場合、disabled。 他、204など実行結果。 __SYSTEM_ALL_GHOST__などの場合1バイト区切りのリスト。 |
Reference1 | プラグインの名前またはID。 __SYSTEM_ALL_GHOST__などの場合1バイト区切りのリスト。 |
|||
Reference2 | 実行しようしたイベントID。 | |||
Reference3〜 | 実行しようしたイベントのReference。 | |||
S | OnNotifyPluginFailure | \![notifyplugin]が失敗した際に発生。 | Reference0 | 見つからなかった場合、notfound。 無効設定だった場合、disabled。 他、204など実行結果。 __SYSTEM_ALL_GHOST__などの場合1バイト区切りのリスト。 |
Reference1 | プラグインの名前またはID。 __SYSTEM_ALL_GHOST__などの場合1バイト区切りのリスト。 |
|||
Reference2 | 実行しようしたイベントID。 | |||
Reference3〜 | 実行しようしたイベントのReference。 | |||
S | OnRaiseOtherFailure | \![raiseother]が失敗した際に発生。 | Reference0 | 見つからなかった場合、notfound。 \t中だった場合、timecritical。 パッシブモードだった場合、passivemode。 インダクションモードだった場合、inductionmode。 最小化中だった場合、minimized。 他、204など実行結果。 __SYSTEM_ALL_GHOST__などの場合1バイト区切りのリスト。 |
Reference1 | ゴースト名または\0名。 __SYSTEM_ALL_GHOST__などの場合1バイト区切りのリスト。 |
|||
Reference2 | 実行しようしたイベントID。 | |||
Reference3〜 | 実行しようしたイベントのReference。 | |||
S | OnNotifyOtherFailure | \![notifyother]が失敗した際に発生。 | Reference0 | 見つからなかった場合、notfound。 \t中だった場合、timecritical。 パッシブモードだった場合、passivemode。 インダクションモードだった場合、inductionmode。 最小化中だった場合、minimized。 他、204など実行結果。 __SYSTEM_ALL_GHOST__などの場合1バイト区切りのリスト。 |
Reference1 | ゴースト名または\0名。 __SYSTEM_ALL_GHOST__などの場合1バイト区切りのリスト。 |
|||
Reference2 | 実行しようしたイベントID。 | |||
Reference3〜 | 実行しようしたイベントのReference。 | |||
S | OnSelectModeBegin | \![enter,selectmode]が実行された際に発生。 | Reference0 | 本体の場合は0、相方の場合は1が返る。 |
Reference1 | rect | |||
S | OnSelectModeComplete | \![leave,selectmode]が実行された際に発生。 | Reference0 | 本体の場合は0、相方の場合は1が返る。 |
Reference1 | rect | |||
Reference2 | カンマ区切りの選択範囲が返る。(左,上,右,下) | |||
S | OnSelectModeCancel | \![enter,selectmode]実行中選択が空になった際に発生。 | Reference0 | 本体の場合は0、相方の場合は1が返る。 |
Reference1 | rect | |||
S | OnSelectModeMouseUp | \![enter,selectmode]実行中マウスクリックが放された際に発生。 | Reference0 | 本体の場合は0、相方の場合は1が返る。 |
Reference1 | rect | |||
Reference2 | カンマ区切りの選択座標が返る。(x,y) | |||
S | OnSelectModeMouseDown | \![enter,selectmode]実行中マウスクリックが押された際にに発生。 | Reference0 | 本体の場合は0、相方の場合は1が返る。 |
Reference1 | rect | |||
Reference2 | カンマ区切りの選択座標が返る。(x,y) | |||
S | inputbox.autocomplete |
1バイト区切りでリストを返すと入力ボックスでオートコンプリート機能が動作。 |
- | - |
S | tooltip | ツールチップ内容を通知。 | Reference0 | マウスカーソルの x 座標(ローカル座標) |
Reference1 | マウスカーソルの y 座標(ローカル座標) | |||
Reference2 | 常に0。 | |||
Reference3 | 本体の場合は0、相方の場合は1が返る。 | |||
Reference4 | 当たり判定の識別子。 | |||
Reference5 | 常に0。 | |||
S | balloon_tooltip | バルーン選択肢上のツールチップ内容を通知。 | Reference*(0) | 選択肢ラベル。 |
Reference*(1) | 選択肢ID。 | |||
プラグイン-バーチャルビールかけイベント | ||||
S | OnBeerShower | プラグインが実行された際に発生。 | - | - |
プラグイン-バーチャル道頓堀イベント | ||||
S | OnDive | プラグインが実行された際に発生。 | - | - |
プラグイン-実体化イベント | ||||
S | OnHitThunder | プラグインが実行された際に発生。 | - | - |
外部アプリイベント | ||||
M,S,C | OnApplicationBoot | 外部アプリケーションが起動した際に発生。 | Reference0 | アプリケーション名。 |
M,S,C | OnApplicationClose | 外部アプリケーションが終了した際に発生。 | ||
M,S,C | OnApplicationExist | 外部アプリケーションの存在を通知された際に発生。 | Reference1 | アプリケーションの情報。 |
M,S,C | OnApplicationVersion | 外部アプリケーションのバージョン情報を通知された際に発生。 | Reference0 | アプリケーション名。 |
Reference1 | アプリケーションの情報。 | |||
Reference2 | バージョン番号。 | |||
Reference3 | 著作権。 | |||
Reference4 | 開発元のURL。 | |||
M,S,C | OnApplicationOperationFinish | 外部アプリケーションか何らかの処理が完了した際に発生。 | Reference0 | アプリケーション名。 |
Reference1 | 処理の内容。 | |||
Reference2 | 処理の対象。 | |||
M,S,C | OnApplicationFileOpen | 外部アプリケーションがドキュメントファイルを開いた際に発生。 | Reference0 | アプリケーション名。 |
Reference1 | ファイルのフルパス。 | |||
M,S,C | OnWebsiteUpdateNotify | ウェブサイトの更新・新着情報を通知された際に発生。 | Reference0 | ウェブサイト名。 |
Reference1 | 最終更新日時。 | |||
Reference2 | 更新内容。 | |||
外部アプリ-きのこイベント | ||||
M,S,C | OnKinokoObjectCreate | きのこスキンが頭に生えた際に発生。 | Reference0 | そのきのこの情報。 |
Reference1 | そのきのこの情報。 | |||
M,S,C | OnKinokoObjectDestroy | きのこスキンが頭から消えた際に発生。 | Reference2 | そのきのこの情報。 |
M,S,C | OnKinokoObjectChanging | きのこスキンを切り替えようとしている際に発生。 | Reference0 | 切り替える直前のきのこの情報。 |
Reference1 | 切り替える直前のきのこの情報。 | |||
Reference2 | 切り替える直前のきのこの情報。 | |||
M,S,C | OnKinokoObjectChanged | きのこスキンを切り替えた際に発生。 | Reference0 | 切り替えた後のきのこの情報。 |
Reference1 | 切り替えた後のきのこの情報。 | |||
Reference2 | 切り替えた後のきのこの情報。 | |||
M,S,C | OnKinokoObjectInstalled | きのこスキンをドロップでインストールした際に発生。 | Reference0 | インストールされたきのこの情報。 |
Reference1 | インストールされたきのこの情報。 | |||
Reference2 | インストールされたきのこの情報。 | |||
M,S,C | OnBatteryLow | バッテリ残量が40%を切った際に発生。 | Reference0 | パーセンテージの数値を返す。 |
M,S,C | OnBatteryCritical | バッテリ残量が20%を切った際に発生。 | Reference0 | パーセンテージの数値を返す。 |
M,S,C | OnSysResourceLow | システムリソースが40%を切った際に発生。 | Reference0 | パーセンテージの数値を返す。 |
M,S,C | OnSysResourceCritical | システムリソースが20%を切った際に発生。 | Reference0 | パーセンテージの数値を返す。 |
外部アプリ-猫どりふイベント | ||||
M,S,C | OnNekodorifObjectEmerge | 落下物が可視領域内に出現した際に発生。 | Reference0 | 落下物の名前。 |
Reference1 | 落下物の対象ゴースト名。 | |||
Reference2 | 落下物のカテゴリ名。 | |||
Reference3 | きのこフラグ。きのこにあった場合は1、そうでなければ0。 | |||
Reference4 | 落下物のターゲット名。 | |||
M,S,C | OnNekodorifObjectHit | 落下物がヒットした際に発生。 | Reference0 | 落下物の名前。 |
Reference1 | 落下物の対象ゴースト名。 | |||
Reference2 | 落下物のカテゴリ名。 | |||
Reference3 | きのこフラグ。きのこにあった場合は1、そうでなければ0。 | |||
Reference4 | 落下物のターゲット名。 | |||
M,S,C | OnNekodorifObjectDrop | 落下物を再投下する際に発生。 | Reference0 | 落下物の名前。 |
Reference1 | 落下物の対象ゴースト名。 | |||
Reference2 | 落下物のカテゴリ名。 | |||
Reference3 | きのこフラグ。きのこにあった場合は1、そうでなければ0。 | |||
Reference4 | 落下物のターゲット名。 | |||
M,S,C | OnNekodorifObjectVanish | ヒットした落下物が可視領域内から消滅した際に発生。 | Reference0 | 落下物の名前。 |
Reference1 | 落下物の対象ゴースト名。 | |||
Reference2 | 落下物のカテゴリ名。 | |||
Reference3 | きのこフラグ。きのこにあった場合は1、そうでなければ0。 | |||
Reference4 | 落下物のターゲット名。 | |||
M,S,C | OnNekodorifObjectDodge | ヒットしなかった落下物が可視領域内から消滅した際に発生。 | Reference0 | 落下物の名前。 |
Reference1 | 落下物の対象ゴースト名。 | |||
Reference2 | 落下物のカテゴリ名。 | |||
Reference3 | きのこフラグ。きのこにあった場合は1、そうでなければ0。 | |||
Reference4 | 落下物のターゲット名。 | |||
外部アプリ-YunaSoft SexyFont Plug-inイベント | ||||
M,S,C | OnMusicPlay | 音楽を再生した際に発生。 | Reference0 | 曲タイトル。 |
ゴースト間汎用イベント | ||||
S | OnRequestValues | 他ゴーストが任意に送信した際に発生。 このイベントが送られた時、\[raiseother]でOnGetPropertyイベントを送信する必要がある。 |
Reference0 | 送信したゴースト名。 |
Reference1 | \0データの場合は0、\1データの場合は1。 | |||
Reference2 | ※要求するプロパティ名。 | |||
S | OnGetProperty | OnRequestValuesを受けた際に返すべきイベント。 | Reference0 | 送信するゴースト名。 |
Reference1 | \0データの場合は0、\1データの場合は1。 | |||
Reference2 | OnRequestValuesで受け取ったReference2の内容をそのまま。 | |||
Reference3 | Reference2の項目に応じた内容。 | |||
要求されるプロパティ名一覧。 キャラクター名/世代/年齢層/性別/種族/種族タイプ/行動タイプ/プロフィール/カード画像パス LIFE/STR/DEX/AGL/MIN/INT/SEN -1NOB |
||||
ゴースト「ぬるぽ いんたーはい」-特殊イベント | ||||
S | OnTalkRequest | ぬるぽ いんたーはいからトークを求められた際に発生。 | - | - |
ゴースト「The Hand」-Hand特殊イベント | ||||
S | OnHandActivate | The Handが他ゴーストを触りに行くまたは触り終わった際に発生。 触っている間、Sender:The Handでゴーストに(OnMouseMove|OnMouseDoubleClick|OnMouseWheel)イベントを送る。 |
Reference0 | 通常触り開始:NormalStart 通常触り終了:NormalEnd 必殺技開始:SuperStart 必殺技途中:SuperContinue 必殺技終了:SuperEnd 必殺技途中でホーミング発動:SuperHoming |
Reference1 | 当たり判定名。 停止された場合はescaped。 必殺技の場合は1〜4。 |
|||
Reference2 | 相手に起きるイベント。 通常時:(OnMouseMove|OnMouseDoubleClick|OnMouseWheel) 必殺技中:触った回数 必殺技終了時:(MAX触り回数|escaped|nocollision|attacked|deleted) |
|||
Reference3 | 触りに行く際のスクリプト。 必殺技中は当たり判定名。 |
|||
Reference4 | シェル番号。 | |||
ゴースト「ごーすとじてん」「きゅーぴっど」-模擬戦イベント | ||||
S | OnJitenBattle | ゴーストが行う模擬戦の毎ターン発生。 | Reference0 | 送信したゴーストの\0名。 |
Reference1 | 攻撃側キャラクタ名。 | |||
Reference2 | 防御側キャラクタ名。 | |||
Reference3 | 戦闘結果。 開始時:模擬戦闘開始 行動時:(物理攻撃成功|物理攻撃失敗|物理攻撃回避|物理攻撃ミス|精神攻撃成功|精神攻撃失敗|精神攻撃回避|精神攻撃ミス) |
|||
Reference4 | ダメージ。 | |||
Reference5 | 攻撃側キャラクタLIFE。 | |||
Reference6 | 防御側キャラクタLIFE。 | |||
Reference7 |
Normal |
|||
S | OnJitenTagBattle | ゴーストが行う模擬戦の毎ターン発生。 | Reference0 | 送信したゴーストの\0名。 |
Reference1 | 攻撃側キャラクタ名。 | |||
Reference2 | 防御側キャラクタ名。 | |||
Reference3 | 戦闘結果。 開始時:模擬戦闘開始 行動時:(物理攻撃成功|物理攻撃失敗|物理攻撃回避|物理攻撃ミス|精神攻撃成功|精神攻撃失敗|精神攻撃回避|精神攻撃ミス) |
|||
Reference4 | ダメージ。 | |||
Reference5 | 攻撃側キャラクタLIFE。 | |||
Reference6 | 防御側キャラクタLIFE。 | |||
Reference7 |
Tag |
|||
ゴースト「マギルトリエ」-バーチャルバトルイベント | ||||
S | OnMglBattle | マギルトリエが行うバーチャルバトルの結果ごとに発生。 | Reference0 | バージョン情報。 |
Reference2 | 送信元ゴースト。 | |||
Reference3 | Mglイベント名。 | |||
Reference* | Mglイベントに対する内容。 | |||
ゴースト「カレー家族/沙紀と右近」-パーティゲーム「60階段」イベント | ||||
S | Send60stair_Call | カレー家族/沙紀と右近が同時起動しているゴーストをゲームに誘う際に発生。 | - | - |
S | Send60stair_Start | カレー家族/沙紀と右近がゲームを開始する際に発生。 | - | - |
S | Send60stair_YourTurnStart | カレー家族/沙紀と右近が行うゲーム中に自ゴーストの順番が来た際に発生。 | Reference0 | 現在位置。 |
Reference1 | マーキング位置。 | |||
S | Send60stair_Marking | カレー家族/沙紀と右近が行うゲーム中にマーキングした際に発生。 | Reference0 | マーキング位置。 |
S | Send60stair_DiceRoll | カレー家族/沙紀と右近が行うゲーム中にゴーストがサイコロを振り、ドボンでない際に発生。 | Reference0 | 第一サイコロの出目。 |
Reference1 | 第二サイコロの出目。 | |||
S | Send60stair_Dobon | カレー家族/沙紀と右近が行うゲーム中に参加ゴーストのいずれかがドボンした際に発生。 | Reference0 | ドボンしたゴースト名。 |
Reference1 | ドボンしたゴーストの現在位置。 | |||
Reference2 | ドボンしたゴーストのマーキング位置。 | |||
Reference3 | サイコロの出目。 | |||
S | Send60stair_YourTurnEnd | カレー家族/沙紀と右近が行うゲーム中に自ゴーストのターンが終了した際に発生。 | Reference0 | 現在位置。 |
Reference1 | マーキング位置。 | |||
S | Send60stair_Goal | カレー家族/沙紀と右近が行うゲーム中にいずれかのゴーストがゴールした際に発生。 | Reference0 | 優勝したゴースト名。 |
Reference1 | 順位。 | |||
S | Send60stair_GameEnd | カレー家族/沙紀と右近が行うゲーム終了時、順位を表示した後に発生。 | - | - |
S | Send60stair_GetStatus | \[raiseother]で沙紀に送信するべきイベント。 | Reference0 | 送信するゴーストの\0名。 |
Reference1 | 大胆さ。(0〜60) |