あらかじめ含まれたモジュール
module
datetime
module
json
module
os
module
random
module
re
module
sys
module
time
module
urllib
定義済みのデコレーター
decorator
handle
- *events
定義済みのメソッド
dict
early
- dict
- key
- default=None
str
escape
- text
str
event
- onid
- *refs
str
makemenu
- *args
str
makemenu
- **kwargs
str
makemenuitem
- title
str
makemenuitem
- title
- id
- *args
void
- *objects
- sep=" "
- end=r"\n"
str
say
- narrator
- text=None
str
say
- narrator
- surface
- text
str
simulate
- name
- *args
str
wait
str
wait
- delay
void
write
- text
- *args
- **kwargs
print(text.format(*args, **kwargs), end="")
の略です。
void
writeline
- text
- *args
- **kwargs
print(text.format(*args, **kwargs))
の略です。
phiori
PropertyDict
phiori
LivePersonaDict
phiori.config
config.txt
から読み込んだ設定を提供します。
タイプは文字列で固定されます。
str
phiori.encoding
str
phiori.locale
dict
phiori.info
str
phiori.path
phiori.dll
があるディレクトリのパスを提供します。
dict
phiori.res
resource.txt
から読み込んだリソースを提供します。
dict
phiori.temp
LiveBsonDict
phiori.var
variable.dat
から読み込んだゴーストの変数の辞書を提供します。
LiveJsonDict
phiori.words
words.dic
から読み込んだ語彙の辞書を提供します。
Timer
class
Timer
object
constructor
__init__
- name=None
- interval=0
- loop=False
int
interval
bool
loop
str
name
void
start
void
stop
Timer
Timer.setinterval
- interval
Timer
Timer.setinterval
- name
- interval
Timer
Timer.settimeout
- delay
Timer
Timer.settimeout
- name
- delay
固有イベント
event
OnCharacterClick
キャラクタークリックイベントです。さくらとケロ以外のキャラがクリックされた場合に発動します。
str
int
Reference0
str
int
Reference1
str
int
Reference2
str
int
Reference3
str
Reference4
event
OnCharacterDoubleClick
キャラクターダブルクリックイベントです。さくらとケロ以外のキャラがダブルクリックされた場合に発動します。
str
int
Reference0
str
int
Reference1
str
int
Reference2
str
int
Reference3
str
Reference4
event
OnDayChange
日付変更イベントです。日付が変わると発動します。
str
int
Reference0
str
int
Reference1
str
int
Reference2
str
int
Reference3
event
OnHourChange
時間変更イベントです。時間が変わると発動します。
str
int
Reference0
str
int
Reference1
str
int
Reference2
str
int
Reference3
event
OnKasanari
重なりイベントです。一定時間以上キャラが重なっていると発動します。
event
OnKeroClick
ケロクリックイベントです。ケロがクリックされた場合に発動します。
str
int
Reference0
str
int
Reference1
str
int
Reference2
str
int
Reference3
str
Reference4
event
OnKeroDoubleClick
ケロダブルクリックイベントです。ケロがダブルクリックされた場合に発動します。
str
int
Reference0
str
int
Reference1
str
int
Reference2
str
int
Reference3
str
Reference4
event
OnMikire
見切れイベントです。ゴーストが一定時間以上画面の外に切られて表示されると発動します。
event
OnSakuraClick
さくらクリックイベントです。さくらがクリックされた場合に発動します。
str
int
Reference0
str
int
Reference1
str
int
Reference2
str
int
Reference3
str
Reference4
event
OnSakuraDoubleClick
さくらダブルクリックイベントです。さくらがダブルクリックされた場合に発動します。
str
int
Reference0
str
int
Reference1
str
int
Reference2
str
int
Reference3
str
Reference4
event
OnStroke
なで反応イベントです。当たり判定をある程度なでると発動します。
str
int
Reference0
str
Reference1
event
OnTalk
ランダムトークイベントです。使用者が呼ばない場合は、時間の流れによって、自動的に発動します。
event
OnTimerElapsed
タイマー経過イベントです。現在時刻がタイマーの指定された時刻を過ぎた場合に発動します。
str
Reference0
str
int
Reference1
str
int
Reference2
内部クラス
class
LiveBsonDict
dict
class
LiveDict
dict
class
LiveJsonDict
dict
class
LivePersonaDict
dict
class
PropertyDict
dict