Lines Matching defs:EventInfo
125 struct EventInfo struct
128 enum OptionFlag
135 enum PlayDirection
143 nw::ut::ResU32 optionFlag; // 参照: OptionFlag
144 nw::ut::ResU32 placeForSoundId; // バイナリには SoundArchive::INVALID_ID
147 Util::Reference toSoundLabel;
149 nw::ut::ResU8 volume;
150 nw::ut::ResU8 playDirection; // 参照: PlayDirection
151 nw::ut::ResU8 sequenceVariableNo; // 0-15:ローカル変数、16-31:グローバル変数
152 u8 reserved1;
154 nw::ut::ResF32 pitch;
155 nw::ut::ResU32 reserved2;
156 nw::ut::ResU32 userParam;
159 const char* GetSoundLabel() const in GetSoundLabel()
166 bool IsNotStopSoundWhenAnimationFinish() const in IsNotStopSoundWhenAnimationFinish()
177 bool GetSequenceVariable( u8* out ) const in GetSequenceVariable()