terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ State

virtual SoundState Microsoft.Xna.Framework.Audio.SoundEffectInstance.State
get

Definition at line 144 of file SoundEffectInstance.cs.

145 {
146 get
147 {
149 if (playingInstance != null)
150 {
151 SoundChannel channel = playingInstance._channel;
152 if (channel != null)
153 {
157 bool flag = utcNow < finishTime;
158 }
159 }
160 return SoundState.Stopped;
161 }
162 }
class f__AnonymousType0<< Count > j__TPar
SoundInstance _currentSound
DateTime FinishTime
static DateTime UtcNow
Definition DateTime.cs:1318