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
◆
CurrentSound
SoundInstance
SoundChannel.CurrentSound
get
set
Definition at line
10
of file
SoundChannel.cs
.
11
{
12
get
13
{
14
return
this.
_currentSound
;
15
}
16
set
17
{
18
if
(this.
_currentSound
!=
null
)
19
{
20
}
21
this._currentSound
=
value
;
22
}
23
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
SoundChannel._currentSound
SoundInstance _currentSound
Definition
SoundChannel.cs:34
System.ExceptionArgument.value
@ value
SoundChannel
Generated by
1.10.0