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
AudioClipPlayable.cs
Go to the documentation of this file.
1using System;
5
7{
8 // Token: 0x0200000F RID: 15
9 [NativeHeader("Modules/Audio/Public/Director/AudioClipPlayable.h")]
10 [StaticAccessor("AudioClipPlayableBindings", StaticAccessorType.DoubleColon)]
11 [NativeHeader("Runtime/Director/Core/HPlayable.h")]
13 [NativeHeader("Modules/Audio/Public/ScriptBindings/AudioClipPlayable.bindings.h")]
14 public struct AudioClipPlayable : IEquatable<AudioClipPlayable>
15 {
16 // Token: 0x06000027 RID: 39 RVA: 0x00002440 File Offset: 0x00000640
18 {
19 return this.m_Handle;
20 }
21
22 // Token: 0x06000028 RID: 40 RVA: 0x00002454 File Offset: 0x00000654
24 {
25 PlayableHandle handle = this.m_Handle;
26 if (!true)
27 {
28 }
29 bool flag;
30 return flag;
31 }
32
33 // Token: 0x0400000A RID: 10
35 }
36}
class f__AnonymousType0<< Count > j__TPar
bool Equals(AudioClipPlayable other)