1281 lines
33 KiB
C#
1281 lines
33 KiB
C#
using System;
|
|
using UnityEngine;
|
|
|
|
// Token: 0x02000991 RID: 2449
|
|
public class SFXAudioSource : MonoBehaviour
|
|
{
|
|
// Token: 0x0601282D RID: 75821 RVA: 0x0054EB20 File Offset: 0x0054CD20
|
|
private void Awake()
|
|
{
|
|
this.BNDHBPICJIP = base.GetComponent<AudioSource>();
|
|
this.GJHBIOOPCKD = new AudioRolloff(this.BNDHBPICJIP);
|
|
}
|
|
|
|
// Token: 0x0601282E RID: 75822 RVA: 0x0054EB40 File Offset: 0x0054CD40
|
|
public void IFNPJPDBEJD(Transform NOBAPCOKFIL)
|
|
{
|
|
this.<IKGHAEMHCFB>k__BackingField = NOBAPCOKFIL;
|
|
}
|
|
|
|
// Token: 0x0601282F RID: 75823 RVA: 0x0054EB4C File Offset: 0x0054CD4C
|
|
public void IBMHACHIFIH()
|
|
{
|
|
this.AIKHIPFNDFB(null);
|
|
base.CancelInvoke("Release");
|
|
if (this.BNDHBPICJIP.isPlaying)
|
|
{
|
|
this.BNDHBPICJIP.Stop();
|
|
}
|
|
this.BNDHBPICJIP.loop = false;
|
|
ObjectPool.NCKMBFBMBFM.Release(this);
|
|
}
|
|
|
|
// Token: 0x06012830 RID: 75824 RVA: 0x0054EBA0 File Offset: 0x0054CDA0
|
|
private void GGHNBMLMNOP()
|
|
{
|
|
if (this.Is3DSFX && this.EHNICCDODJO() != null)
|
|
{
|
|
base.transform.position = this.HHBLIDNMGFO().position;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06012831 RID: 75825 RVA: 0x0054EBD4 File Offset: 0x0054CDD4
|
|
public void HEMGFGLOMNK()
|
|
{
|
|
this.BNDHBPICJIP.Stop();
|
|
this.BNDHBPICJIP.clip = null;
|
|
}
|
|
|
|
// Token: 0x06012832 RID: 75826 RVA: 0x0054EBF0 File Offset: 0x0054CDF0
|
|
public void EMKMANCBLJH()
|
|
{
|
|
this.IFNPJPDBEJD(null);
|
|
base.CancelInvoke("Can't do manual instantiation without PhotonView component.");
|
|
if (this.BNDHBPICJIP.isPlaying)
|
|
{
|
|
this.BNDHBPICJIP.Stop();
|
|
}
|
|
this.BNDHBPICJIP.loop = true;
|
|
ObjectPool.NFHMLKPHCFF().Release(this);
|
|
}
|
|
|
|
// Token: 0x06012833 RID: 75827 RVA: 0x0054EC44 File Offset: 0x0054CE44
|
|
private void OnDisable()
|
|
{
|
|
base.CancelInvoke("Release");
|
|
this.HEHDCBPDMEO = null;
|
|
if (this.BNDHBPICJIP != null)
|
|
{
|
|
this.BNDHBPICJIP.loop = false;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06012834 RID: 75828 RVA: 0x0054EC78 File Offset: 0x0054CE78
|
|
private void IBDJIHEMGMJ()
|
|
{
|
|
base.CancelInvoke("__b");
|
|
this.JKHGPHAJDOL(null);
|
|
if (this.BNDHBPICJIP != null)
|
|
{
|
|
this.BNDHBPICJIP.loop = false;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06012835 RID: 75829 RVA: 0x0054ECAC File Offset: 0x0054CEAC
|
|
private void Update()
|
|
{
|
|
if (this.Is3DSFX && this.HEHDCBPDMEO != null)
|
|
{
|
|
base.transform.position = this.HEHDCBPDMEO.position;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06012836 RID: 75830 RVA: 0x0054ECE0 File Offset: 0x0054CEE0
|
|
public AudioSource CHIMFHPLEPJ()
|
|
{
|
|
return this.BNDHBPICJIP;
|
|
}
|
|
|
|
// Token: 0x06012837 RID: 75831 RVA: 0x0054ECE8 File Offset: 0x0054CEE8
|
|
public void OPLECHNAIEL()
|
|
{
|
|
if (this.BNDHBPICJIP.isPlaying)
|
|
{
|
|
this.BNDHBPICJIP.loop = false;
|
|
base.CancelInvoke(": ");
|
|
}
|
|
}
|
|
|
|
// Token: 0x06012838 RID: 75832 RVA: 0x0054ED14 File Offset: 0x0054CF14
|
|
public void LBDADDNEOLM(float GKICDGMMPBH)
|
|
{
|
|
if (this.BNDHBPICJIP.isPlaying && GKICDGMMPBH <= this.BNDHBPICJIP.time)
|
|
{
|
|
this.BNDHBPICJIP.time = GKICDGMMPBH;
|
|
float num = this.BNDHBPICJIP.clip.length - GKICDGMMPBH;
|
|
base.CancelInvoke("Bye!");
|
|
base.Invoke("m", num);
|
|
}
|
|
}
|
|
|
|
// Token: 0x06012839 RID: 75833 RVA: 0x0054ED78 File Offset: 0x0054CF78
|
|
public void LGNLGMHABAC(float GKICDGMMPBH)
|
|
{
|
|
if (this.BNDHBPICJIP.isPlaying && GKICDGMMPBH <= this.BNDHBPICJIP.time)
|
|
{
|
|
this.BNDHBPICJIP.time = GKICDGMMPBH;
|
|
float num = this.BNDHBPICJIP.clip.length - GKICDGMMPBH;
|
|
base.CancelInvoke(" .");
|
|
base.Invoke("Parameter levelId must be int or string!", num);
|
|
}
|
|
}
|
|
|
|
// Token: 0x17000708 RID: 1800
|
|
// (get) Token: 0x0601283C RID: 75836 RVA: 0x0054EED8 File Offset: 0x0054D0D8
|
|
// (set) Token: 0x0601283A RID: 75834 RVA: 0x0054EDDC File Offset: 0x0054CFDC
|
|
public Transform HEHDCBPDMEO { get; set; }
|
|
|
|
// Token: 0x0601283B RID: 75835 RVA: 0x0054EDE8 File Offset: 0x0054CFE8
|
|
public void DPNBDDBJEDE(AudioClip NKFIPAKNCBE, float AHAKJNAGMHJ, Vector3 FHFHOMKFHCI, float OJGHKIIPGLA, float BGOCJPBAFHK, AudioRolloff MAABDDGOAPJ = null)
|
|
{
|
|
base.transform.position = FHFHOMKFHCI;
|
|
this.BNDHBPICJIP.clip = NKFIPAKNCBE;
|
|
this.BNDHBPICJIP.volume = AHAKJNAGMHJ;
|
|
float num = 976f + BGOCJPBAFHK;
|
|
if (OJGHKIIPGLA > 1703f)
|
|
{
|
|
num += global::UnityEngine.Random.Range(-OJGHKIIPGLA, OJGHKIIPGLA);
|
|
}
|
|
this.BNDHBPICJIP.pitch = num;
|
|
if (this.Is3DSFX)
|
|
{
|
|
if (MAABDDGOAPJ != null && MAABDDGOAPJ.IsActive)
|
|
{
|
|
MAABDDGOAPJ.EPFAGMAECJH(this.BNDHBPICJIP);
|
|
this.MJFMCALGFMA = false;
|
|
}
|
|
else if (this.MJFMCALGFMA)
|
|
{
|
|
if (PlayerAudio.HFBJOIPMHOG() != null)
|
|
{
|
|
PlayerAudio.GPPLKPEKNND().GKLMKELMFBK(this.BNDHBPICJIP);
|
|
}
|
|
else
|
|
{
|
|
this.GJHBIOOPCKD.GKLMKELMFBK(this.BNDHBPICJIP);
|
|
}
|
|
}
|
|
}
|
|
this.BNDHBPICJIP.Play();
|
|
base.Invoke("RpcMasterRecall", NKFIPAKNCBE.length);
|
|
}
|
|
|
|
// Token: 0x0601283D RID: 75837 RVA: 0x0054EEE0 File Offset: 0x0054D0E0
|
|
public void NGEFJMABBFA()
|
|
{
|
|
this.JOGJMAONGJP(null);
|
|
base.CancelInvoke("{0}.{1}");
|
|
if (this.BNDHBPICJIP.isPlaying)
|
|
{
|
|
this.BNDHBPICJIP.Stop();
|
|
}
|
|
this.BNDHBPICJIP.loop = false;
|
|
ObjectPool.NFHMLKPHCFF().Release(this);
|
|
}
|
|
|
|
// Token: 0x0601283E RID: 75838 RVA: 0x0054EF34 File Offset: 0x0054D134
|
|
public void Release()
|
|
{
|
|
this.HEHDCBPDMEO = null;
|
|
base.CancelInvoke("Release");
|
|
if (this.BNDHBPICJIP.isPlaying)
|
|
{
|
|
this.BNDHBPICJIP.Stop();
|
|
}
|
|
this.BNDHBPICJIP.loop = false;
|
|
ObjectPool.NCKMBFBMBFM.Release(this);
|
|
}
|
|
|
|
// Token: 0x0601283F RID: 75839 RVA: 0x0054EF88 File Offset: 0x0054D188
|
|
private void GMDMIFAHBBD()
|
|
{
|
|
base.CancelInvoke("+RecNetHostOverride:");
|
|
this.AIKHIPFNDFB(null);
|
|
if (this.BNDHBPICJIP != null)
|
|
{
|
|
this.BNDHBPICJIP.loop = true;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06012840 RID: 75840 RVA: 0x0054EFBC File Offset: 0x0054D1BC
|
|
private void EBPLAJCGDDK()
|
|
{
|
|
base.CancelInvoke("Not Active!");
|
|
this.CNIOFICHFBN(null);
|
|
if (this.BNDHBPICJIP != null)
|
|
{
|
|
this.BNDHBPICJIP.loop = true;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06012841 RID: 75841 RVA: 0x0054EFF0 File Offset: 0x0054D1F0
|
|
public void BDKAEELHHPD()
|
|
{
|
|
if (this.BNDHBPICJIP.isPlaying)
|
|
{
|
|
this.BNDHBPICJIP.loop = false;
|
|
base.CancelInvoke("Message");
|
|
}
|
|
}
|
|
|
|
// Token: 0x06012842 RID: 75842 RVA: 0x0054F01C File Offset: 0x0054D21C
|
|
public void Scrub(float GKICDGMMPBH)
|
|
{
|
|
if (this.BNDHBPICJIP.isPlaying && GKICDGMMPBH <= this.BNDHBPICJIP.time)
|
|
{
|
|
this.BNDHBPICJIP.time = GKICDGMMPBH;
|
|
float num = this.BNDHBPICJIP.clip.length - GKICDGMMPBH;
|
|
base.CancelInvoke("Release");
|
|
base.Invoke("Release", num);
|
|
}
|
|
}
|
|
|
|
// Token: 0x06012843 RID: 75843 RVA: 0x0054F080 File Offset: 0x0054D280
|
|
public void OEFGMLKLGFB(float GKICDGMMPBH)
|
|
{
|
|
if (this.BNDHBPICJIP.isPlaying && GKICDGMMPBH <= this.BNDHBPICJIP.time)
|
|
{
|
|
this.BNDHBPICJIP.time = GKICDGMMPBH;
|
|
float num = this.BNDHBPICJIP.clip.length - GKICDGMMPBH;
|
|
base.CancelInvoke("Timeout waiting to connect to master server (state: {0}, region: {1})");
|
|
base.Invoke("closed", num);
|
|
}
|
|
}
|
|
|
|
// Token: 0x06012844 RID: 75844 RVA: 0x0054F0E4 File Offset: 0x0054D2E4
|
|
private void GNBBDGCPJIP()
|
|
{
|
|
base.CancelInvoke("RegistrationStatus");
|
|
this.ODJBLKICICG(null);
|
|
if (this.BNDHBPICJIP != null)
|
|
{
|
|
this.BNDHBPICJIP.loop = true;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06012845 RID: 75845 RVA: 0x0054F118 File Offset: 0x0054D318
|
|
public void JNEHLGDCOCN(float GKICDGMMPBH)
|
|
{
|
|
if (this.BNDHBPICJIP.isPlaying && GKICDGMMPBH <= this.BNDHBPICJIP.time)
|
|
{
|
|
this.BNDHBPICJIP.time = GKICDGMMPBH;
|
|
float num = this.BNDHBPICJIP.clip.length - GKICDGMMPBH;
|
|
base.CancelInvoke("Room: '{0}' {1},{2} {4}/{3} players.\ncustomProps: {5}");
|
|
base.Invoke("Bye!", num);
|
|
}
|
|
}
|
|
|
|
// Token: 0x06012846 RID: 75846 RVA: 0x0054F17C File Offset: 0x0054D37C
|
|
public void Loop()
|
|
{
|
|
if (this.BNDHBPICJIP.isPlaying)
|
|
{
|
|
this.BNDHBPICJIP.loop = true;
|
|
base.CancelInvoke("Release");
|
|
}
|
|
}
|
|
|
|
// Token: 0x06012847 RID: 75847 RVA: 0x0054F1A8 File Offset: 0x0054D3A8
|
|
public void BOFFCICILLO(float GKICDGMMPBH)
|
|
{
|
|
if (this.BNDHBPICJIP.isPlaying && GKICDGMMPBH <= this.BNDHBPICJIP.time)
|
|
{
|
|
this.BNDHBPICJIP.time = GKICDGMMPBH;
|
|
float num = this.BNDHBPICJIP.clip.length - GKICDGMMPBH;
|
|
base.CancelInvoke("score");
|
|
base.Invoke("<b>ObscuredInt:</b> ", num);
|
|
}
|
|
}
|
|
|
|
// Token: 0x06012848 RID: 75848 RVA: 0x0054F20C File Offset: 0x0054D40C
|
|
private void NGHJFABFAOA()
|
|
{
|
|
this.BNDHBPICJIP = base.GetComponent<AudioSource>();
|
|
this.GJHBIOOPCKD = new AudioRolloff(this.BNDHBPICJIP);
|
|
}
|
|
|
|
// Token: 0x06012849 RID: 75849 RVA: 0x0054F22C File Offset: 0x0054D42C
|
|
public Transform NCHBBJDIAFC()
|
|
{
|
|
return this.<IKGHAEMHCFB>k__BackingField;
|
|
}
|
|
|
|
// Token: 0x0601284A RID: 75850 RVA: 0x0054F234 File Offset: 0x0054D434
|
|
public void DIAOHCEDCAD(float GKICDGMMPBH)
|
|
{
|
|
if (this.BNDHBPICJIP.isPlaying && GKICDGMMPBH <= this.BNDHBPICJIP.time)
|
|
{
|
|
this.BNDHBPICJIP.time = GKICDGMMPBH;
|
|
float num = this.BNDHBPICJIP.clip.length - GKICDGMMPBH;
|
|
base.CancelInvoke("IN");
|
|
base.Invoke("OK", num);
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601284B RID: 75851 RVA: 0x0054F298 File Offset: 0x0054D498
|
|
private void EIMPMCFDMIA()
|
|
{
|
|
this.BNDHBPICJIP = base.GetComponent<AudioSource>();
|
|
this.GJHBIOOPCKD = new AudioRolloff(this.BNDHBPICJIP);
|
|
}
|
|
|
|
// Token: 0x0601284C RID: 75852 RVA: 0x0054F2B8 File Offset: 0x0054D4B8
|
|
public void CBEDGGDIFAE()
|
|
{
|
|
if (this.BNDHBPICJIP.isPlaying)
|
|
{
|
|
this.BNDHBPICJIP.loop = false;
|
|
base.CancelInvoke("ConnectUsingSettings() disabled the offline mode. No longer offline.");
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601284D RID: 75853 RVA: 0x0054F2E4 File Offset: 0x0054D4E4
|
|
public void CEKFPAGAMOP()
|
|
{
|
|
if (this.BNDHBPICJIP.isPlaying)
|
|
{
|
|
this.BNDHBPICJIP.loop = false;
|
|
base.CancelInvoke("RpcMasterSetTeleportCooldown");
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601284E RID: 75854 RVA: 0x0054F310 File Offset: 0x0054D510
|
|
public void LHGGHFOFPMA()
|
|
{
|
|
this.BNDHBPICJIP.Stop();
|
|
this.BNDHBPICJIP.clip = null;
|
|
}
|
|
|
|
// Token: 0x0601284F RID: 75855 RVA: 0x0054F32C File Offset: 0x0054D52C
|
|
public AudioSource JEPNBEMEHEI()
|
|
{
|
|
return this.BNDHBPICJIP;
|
|
}
|
|
|
|
// Token: 0x06012850 RID: 75856 RVA: 0x0054F334 File Offset: 0x0054D534
|
|
public Transform CELHFPMMCPC()
|
|
{
|
|
return this.<IKGHAEMHCFB>k__BackingField;
|
|
}
|
|
|
|
// Token: 0x06012851 RID: 75857 RVA: 0x0054F33C File Offset: 0x0054D53C
|
|
public AudioSource BGJGLMPEFBA()
|
|
{
|
|
return this.BNDHBPICJIP;
|
|
}
|
|
|
|
// Token: 0x06012852 RID: 75858 RVA: 0x0054F344 File Offset: 0x0054D544
|
|
private void BENLIABIIKC()
|
|
{
|
|
base.CancelInvoke("PlatformId");
|
|
this.JICDMKAJEED(null);
|
|
if (this.BNDHBPICJIP != null)
|
|
{
|
|
this.BNDHBPICJIP.loop = true;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06012853 RID: 75859 RVA: 0x0054F378 File Offset: 0x0054D578
|
|
public void CBPJOLHIBPA(float GKICDGMMPBH)
|
|
{
|
|
if (this.BNDHBPICJIP.isPlaying && GKICDGMMPBH <= this.BNDHBPICJIP.time)
|
|
{
|
|
this.BNDHBPICJIP.time = GKICDGMMPBH;
|
|
float num = this.BNDHBPICJIP.clip.length - GKICDGMMPBH;
|
|
base.CancelInvoke("Sleeping");
|
|
base.Invoke("up", num);
|
|
}
|
|
}
|
|
|
|
// Token: 0x06012854 RID: 75860 RVA: 0x0054F3DC File Offset: 0x0054D5DC
|
|
public AudioSource PMPDFJBFEHC()
|
|
{
|
|
return this.BNDHBPICJIP;
|
|
}
|
|
|
|
// Token: 0x06012855 RID: 75861 RVA: 0x0054F3E4 File Offset: 0x0054D5E4
|
|
public Transform HHBLIDNMGFO()
|
|
{
|
|
return this.<IKGHAEMHCFB>k__BackingField;
|
|
}
|
|
|
|
// Token: 0x06012856 RID: 75862 RVA: 0x0054F3EC File Offset: 0x0054D5EC
|
|
public Transform KCHFEPNBGHC()
|
|
{
|
|
return this.<IKGHAEMHCFB>k__BackingField;
|
|
}
|
|
|
|
// Token: 0x06012857 RID: 75863 RVA: 0x0054F3F4 File Offset: 0x0054D5F4
|
|
private void FNNCEMJECLP()
|
|
{
|
|
this.BNDHBPICJIP = base.GetComponent<AudioSource>();
|
|
this.GJHBIOOPCKD = new AudioRolloff(this.BNDHBPICJIP);
|
|
}
|
|
|
|
// Token: 0x06012858 RID: 75864 RVA: 0x0054F414 File Offset: 0x0054D614
|
|
public void APEOAGBMLIF(float GKICDGMMPBH)
|
|
{
|
|
if (this.BNDHBPICJIP.isPlaying && GKICDGMMPBH <= this.BNDHBPICJIP.time)
|
|
{
|
|
this.BNDHBPICJIP.time = GKICDGMMPBH;
|
|
float num = this.BNDHBPICJIP.clip.length - GKICDGMMPBH;
|
|
base.CancelInvoke("method");
|
|
base.Invoke("OFFENSE SCORES", num);
|
|
}
|
|
}
|
|
|
|
// Token: 0x06012859 RID: 75865 RVA: 0x0054F478 File Offset: 0x0054D678
|
|
public void CNIOFICHFBN(Transform NOBAPCOKFIL)
|
|
{
|
|
this.<IKGHAEMHCFB>k__BackingField = NOBAPCOKFIL;
|
|
}
|
|
|
|
// Token: 0x0601285B RID: 75867 RVA: 0x0054F494 File Offset: 0x0054D694
|
|
public void CCGNPIBJLGE(AudioClip NKFIPAKNCBE, float AHAKJNAGMHJ, Vector3 FHFHOMKFHCI, float OJGHKIIPGLA, float BGOCJPBAFHK, AudioRolloff MAABDDGOAPJ = null)
|
|
{
|
|
base.transform.position = FHFHOMKFHCI;
|
|
this.BNDHBPICJIP.clip = NKFIPAKNCBE;
|
|
this.BNDHBPICJIP.volume = AHAKJNAGMHJ;
|
|
float num = 255f + BGOCJPBAFHK;
|
|
if (OJGHKIIPGLA > 27f)
|
|
{
|
|
num += global::UnityEngine.Random.Range(-OJGHKIIPGLA, OJGHKIIPGLA);
|
|
}
|
|
this.BNDHBPICJIP.pitch = num;
|
|
if (this.Is3DSFX)
|
|
{
|
|
if (MAABDDGOAPJ != null && MAABDDGOAPJ.IsActive)
|
|
{
|
|
MAABDDGOAPJ.EPFAGMAECJH(this.BNDHBPICJIP);
|
|
this.MJFMCALGFMA = true;
|
|
}
|
|
else if (this.MJFMCALGFMA)
|
|
{
|
|
if (PlayerAudio.GPPLKPEKNND() != null)
|
|
{
|
|
PlayerAudio.GPPLKPEKNND().KDIEKDPKEIM(this.BNDHBPICJIP);
|
|
}
|
|
else
|
|
{
|
|
this.GJHBIOOPCKD.LANGDOJABME(this.BNDHBPICJIP);
|
|
}
|
|
}
|
|
}
|
|
this.BNDHBPICJIP.Play();
|
|
base.Invoke("Videos\\", NKFIPAKNCBE.length);
|
|
}
|
|
|
|
// Token: 0x0601285C RID: 75868 RVA: 0x0054F584 File Offset: 0x0054D784
|
|
public void IOPJIDDKKIC()
|
|
{
|
|
this.DGDCFFJNHPI(null);
|
|
base.CancelInvoke("closed");
|
|
if (this.BNDHBPICJIP.isPlaying)
|
|
{
|
|
this.BNDHBPICJIP.Stop();
|
|
}
|
|
this.BNDHBPICJIP.loop = false;
|
|
ObjectPool.NFHMLKPHCFF().Release(this);
|
|
}
|
|
|
|
// Token: 0x0601285D RID: 75869 RVA: 0x0054F5D8 File Offset: 0x0054D7D8
|
|
public void JICNGCPGNME(float GKICDGMMPBH)
|
|
{
|
|
if (this.BNDHBPICJIP.isPlaying && GKICDGMMPBH <= this.BNDHBPICJIP.time)
|
|
{
|
|
this.BNDHBPICJIP.time = GKICDGMMPBH;
|
|
float num = this.BNDHBPICJIP.clip.length - GKICDGMMPBH;
|
|
base.CancelInvoke("|");
|
|
base.Invoke("play", num);
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601285E RID: 75870 RVA: 0x0054F63C File Offset: 0x0054D83C
|
|
public void DGDCFFJNHPI(Transform NOBAPCOKFIL)
|
|
{
|
|
this.<IKGHAEMHCFB>k__BackingField = NOBAPCOKFIL;
|
|
}
|
|
|
|
// Token: 0x0601285F RID: 75871 RVA: 0x0054F648 File Offset: 0x0054D848
|
|
public void GJJAEOIJOGL()
|
|
{
|
|
if (this.BNDHBPICJIP.isPlaying)
|
|
{
|
|
this.BNDHBPICJIP.loop = true;
|
|
base.CancelInvoke("DestroyPlayerObjects() failed, cause players can only destroy their own GameObjects. A Master Client can destroy anyone's. This is master: ");
|
|
}
|
|
}
|
|
|
|
// Token: 0x06012860 RID: 75872 RVA: 0x0054F674 File Offset: 0x0054D874
|
|
public AudioSource CPAKPJJOKFI()
|
|
{
|
|
return this.BNDHBPICJIP;
|
|
}
|
|
|
|
// Token: 0x06012861 RID: 75873 RVA: 0x0054F67C File Offset: 0x0054D87C
|
|
public AudioSource EBLGGMNKOKM()
|
|
{
|
|
return this.BNDHBPICJIP;
|
|
}
|
|
|
|
// Token: 0x06012862 RID: 75874 RVA: 0x0054F684 File Offset: 0x0054D884
|
|
public AudioSource HHHDKFMKGPB()
|
|
{
|
|
return this.BNDHBPICJIP;
|
|
}
|
|
|
|
// Token: 0x06012863 RID: 75875 RVA: 0x0054F68C File Offset: 0x0054D88C
|
|
public void MJALJGBEDGA(float GKICDGMMPBH)
|
|
{
|
|
if (this.BNDHBPICJIP.isPlaying && GKICDGMMPBH <= this.BNDHBPICJIP.time)
|
|
{
|
|
this.BNDHBPICJIP.time = GKICDGMMPBH;
|
|
float num = this.BNDHBPICJIP.clip.length - GKICDGMMPBH;
|
|
base.CancelInvoke("Platform");
|
|
base.Invoke("includechildren", num);
|
|
}
|
|
}
|
|
|
|
// Token: 0x06012864 RID: 75876 RVA: 0x0054F6F0 File Offset: 0x0054D8F0
|
|
public void KLCMBKHOOIP()
|
|
{
|
|
this.DGDCFFJNHPI(null);
|
|
base.CancelInvoke("Spam Alert!");
|
|
if (this.BNDHBPICJIP.isPlaying)
|
|
{
|
|
this.BNDHBPICJIP.Stop();
|
|
}
|
|
this.BNDHBPICJIP.loop = true;
|
|
ObjectPool.NFHMLKPHCFF().Release(this);
|
|
}
|
|
|
|
// Token: 0x06012865 RID: 75877 RVA: 0x0054F744 File Offset: 0x0054D944
|
|
public void Play(AudioClip NKFIPAKNCBE, float AHAKJNAGMHJ, Vector3 FHFHOMKFHCI, float OJGHKIIPGLA, float BGOCJPBAFHK, AudioRolloff MAABDDGOAPJ = null)
|
|
{
|
|
base.transform.position = FHFHOMKFHCI;
|
|
this.BNDHBPICJIP.clip = NKFIPAKNCBE;
|
|
this.BNDHBPICJIP.volume = AHAKJNAGMHJ;
|
|
float num = 1f + BGOCJPBAFHK;
|
|
if (OJGHKIIPGLA > 0f)
|
|
{
|
|
num += global::UnityEngine.Random.Range(-OJGHKIIPGLA, OJGHKIIPGLA);
|
|
}
|
|
this.BNDHBPICJIP.pitch = num;
|
|
if (this.Is3DSFX)
|
|
{
|
|
if (MAABDDGOAPJ != null && MAABDDGOAPJ.IsActive)
|
|
{
|
|
MAABDDGOAPJ.EPFAGMAECJH(this.BNDHBPICJIP);
|
|
this.MJFMCALGFMA = true;
|
|
}
|
|
else if (this.MJFMCALGFMA)
|
|
{
|
|
if (PlayerAudio.HJPDIKFKLDJ != null)
|
|
{
|
|
PlayerAudio.HJPDIKFKLDJ.EPFAGMAECJH(this.BNDHBPICJIP);
|
|
}
|
|
else
|
|
{
|
|
this.GJHBIOOPCKD.EPFAGMAECJH(this.BNDHBPICJIP);
|
|
}
|
|
}
|
|
}
|
|
this.BNDHBPICJIP.Play();
|
|
base.Invoke("Release", NKFIPAKNCBE.length);
|
|
}
|
|
|
|
// Token: 0x06012866 RID: 75878 RVA: 0x0054F834 File Offset: 0x0054DA34
|
|
private void JEEKGFGKAAJ()
|
|
{
|
|
base.CancelInvoke(" words");
|
|
this.JKHGPHAJDOL(null);
|
|
if (this.BNDHBPICJIP != null)
|
|
{
|
|
this.BNDHBPICJIP.loop = true;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06012867 RID: 75879 RVA: 0x0054F868 File Offset: 0x0054DA68
|
|
public void FGFNLOODAOG(float GKICDGMMPBH)
|
|
{
|
|
if (this.BNDHBPICJIP.isPlaying && GKICDGMMPBH <= this.BNDHBPICJIP.time)
|
|
{
|
|
this.BNDHBPICJIP.time = GKICDGMMPBH;
|
|
float num = this.BNDHBPICJIP.clip.length - GKICDGMMPBH;
|
|
base.CancelInvoke("UserInHeadset");
|
|
base.Invoke("MustQuitGame", num);
|
|
}
|
|
}
|
|
|
|
// Token: 0x06012868 RID: 75880 RVA: 0x0054F8CC File Offset: 0x0054DACC
|
|
public void LLDPGMJFMIN()
|
|
{
|
|
this.JICDMKAJEED(null);
|
|
base.CancelInvoke("Oculus.Platform.GetNextPurchaseListPage: List has no next page");
|
|
if (this.BNDHBPICJIP.isPlaying)
|
|
{
|
|
this.BNDHBPICJIP.Stop();
|
|
}
|
|
this.BNDHBPICJIP.loop = false;
|
|
ObjectPool.NFHMLKPHCFF().Release(this);
|
|
}
|
|
|
|
// Token: 0x06012869 RID: 75881 RVA: 0x0054F920 File Offset: 0x0054DB20
|
|
public Transform HJOIDOPAAGC()
|
|
{
|
|
return this.<IKGHAEMHCFB>k__BackingField;
|
|
}
|
|
|
|
// Token: 0x0601286A RID: 75882 RVA: 0x0054F928 File Offset: 0x0054DB28
|
|
private void HGKHOCODDDF()
|
|
{
|
|
base.CancelInvoke("content-encoding");
|
|
this.ODJBLKICICG(null);
|
|
if (this.BNDHBPICJIP != null)
|
|
{
|
|
this.BNDHBPICJIP.loop = false;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601286B RID: 75883 RVA: 0x0054F95C File Offset: 0x0054DB5C
|
|
public void COIPOMLNGIL()
|
|
{
|
|
if (this.BNDHBPICJIP.isPlaying)
|
|
{
|
|
this.BNDHBPICJIP.loop = true;
|
|
base.CancelInvoke("YOU ARE ON DEFENSE");
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601286C RID: 75884 RVA: 0x0054F988 File Offset: 0x0054DB88
|
|
public void DNAJFFDDNCK()
|
|
{
|
|
if (this.BNDHBPICJIP.isPlaying)
|
|
{
|
|
this.BNDHBPICJIP.loop = false;
|
|
base.CancelInvoke("{0}v2/");
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601286D RID: 75885 RVA: 0x0054F9B4 File Offset: 0x0054DBB4
|
|
public void FKKCDDCBCOB()
|
|
{
|
|
if (this.BNDHBPICJIP.isPlaying)
|
|
{
|
|
this.BNDHBPICJIP.loop = false;
|
|
base.CancelInvoke(", force: ");
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601286E RID: 75886 RVA: 0x0054F9E0 File Offset: 0x0054DBE0
|
|
public void LMCHOCDEHFJ()
|
|
{
|
|
this.IFNPJPDBEJD(null);
|
|
base.CancelInvoke("PSN");
|
|
if (this.BNDHBPICJIP.isPlaying)
|
|
{
|
|
this.BNDHBPICJIP.Stop();
|
|
}
|
|
this.BNDHBPICJIP.loop = true;
|
|
ObjectPool.NCKMBFBMBFM.Release(this);
|
|
}
|
|
|
|
// Token: 0x0601286F RID: 75887 RVA: 0x0054FA34 File Offset: 0x0054DC34
|
|
public void JLPPFBFNHKD()
|
|
{
|
|
this.DGDCFFJNHPI(null);
|
|
base.CancelInvoke("\n");
|
|
if (this.BNDHBPICJIP.isPlaying)
|
|
{
|
|
this.BNDHBPICJIP.Stop();
|
|
}
|
|
this.BNDHBPICJIP.loop = false;
|
|
ObjectPool.NCKMBFBMBFM.Release(this);
|
|
}
|
|
|
|
// Token: 0x06012870 RID: 75888 RVA: 0x0054FA88 File Offset: 0x0054DC88
|
|
private void MNONJPCDMPB()
|
|
{
|
|
if (this.Is3DSFX && this.EDOHMDAPDKF() != null)
|
|
{
|
|
base.transform.position = this.NCHBBJDIAFC().position;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06012871 RID: 75889 RVA: 0x0054FABC File Offset: 0x0054DCBC
|
|
private void NHLJJOPDMIN()
|
|
{
|
|
this.BNDHBPICJIP = base.GetComponent<AudioSource>();
|
|
this.GJHBIOOPCKD = new AudioRolloff(this.BNDHBPICJIP);
|
|
}
|
|
|
|
// Token: 0x06012872 RID: 75890 RVA: 0x0054FADC File Offset: 0x0054DCDC
|
|
public Transform NGKIEGIINNB()
|
|
{
|
|
return this.<IKGHAEMHCFB>k__BackingField;
|
|
}
|
|
|
|
// Token: 0x06012873 RID: 75891 RVA: 0x0054FAE4 File Offset: 0x0054DCE4
|
|
private void ACOIMDMPDOM()
|
|
{
|
|
this.BNDHBPICJIP = base.GetComponent<AudioSource>();
|
|
this.GJHBIOOPCKD = new AudioRolloff(this.BNDHBPICJIP);
|
|
}
|
|
|
|
// Token: 0x06012874 RID: 75892 RVA: 0x0054FB04 File Offset: 0x0054DD04
|
|
public void EFINCBEAFEL()
|
|
{
|
|
if (this.BNDHBPICJIP.isPlaying)
|
|
{
|
|
this.BNDHBPICJIP.loop = true;
|
|
base.CancelInvoke(" has an invalid color guid '");
|
|
}
|
|
}
|
|
|
|
// Token: 0x06012875 RID: 75893 RVA: 0x0054FB30 File Offset: 0x0054DD30
|
|
public Transform PDBNPLNFMMC()
|
|
{
|
|
return this.<IKGHAEMHCFB>k__BackingField;
|
|
}
|
|
|
|
// Token: 0x06012876 RID: 75894 RVA: 0x0054FB38 File Offset: 0x0054DD38
|
|
private void HIJOFIKNJEE()
|
|
{
|
|
if (this.Is3DSFX && this.ADGAIFFNBJG() != null)
|
|
{
|
|
base.transform.position = this.EDOHMDAPDKF().position;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06012877 RID: 75895 RVA: 0x0054FB6C File Offset: 0x0054DD6C
|
|
private void EEFJBLAIGBP()
|
|
{
|
|
this.BNDHBPICJIP = base.GetComponent<AudioSource>();
|
|
this.GJHBIOOPCKD = new AudioRolloff(this.BNDHBPICJIP);
|
|
}
|
|
|
|
// Token: 0x06012878 RID: 75896 RVA: 0x0054FB8C File Offset: 0x0054DD8C
|
|
public AudioSource EFAPMFBHLKE()
|
|
{
|
|
return this.BNDHBPICJIP;
|
|
}
|
|
|
|
// Token: 0x06012879 RID: 75897 RVA: 0x0054FB94 File Offset: 0x0054DD94
|
|
private void MHDFIOMCCMO()
|
|
{
|
|
if (this.Is3DSFX && this.CELHFPMMCPC() != null)
|
|
{
|
|
base.transform.position = this.EDOHMDAPDKF().position;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601287A RID: 75898 RVA: 0x0054FBC8 File Offset: 0x0054DDC8
|
|
public void MBBOOEEPPEL()
|
|
{
|
|
this.FJMGLDMGHOF(null);
|
|
base.CancelInvoke(":");
|
|
if (this.BNDHBPICJIP.isPlaying)
|
|
{
|
|
this.BNDHBPICJIP.Stop();
|
|
}
|
|
this.BNDHBPICJIP.loop = false;
|
|
ObjectPool.NFHMLKPHCFF().Release(this);
|
|
}
|
|
|
|
// Token: 0x0601287B RID: 75899 RVA: 0x0054FC1C File Offset: 0x0054DE1C
|
|
public void NEPEHJOPDOK()
|
|
{
|
|
this.MBCLNBMOJDH(null);
|
|
base.CancelInvoke("api/messages/");
|
|
if (this.BNDHBPICJIP.isPlaying)
|
|
{
|
|
this.BNDHBPICJIP.Stop();
|
|
}
|
|
this.BNDHBPICJIP.loop = true;
|
|
ObjectPool.NFHMLKPHCFF().Release(this);
|
|
}
|
|
|
|
// Token: 0x0601287C RID: 75900 RVA: 0x0054FC70 File Offset: 0x0054DE70
|
|
public void DPIPNMHNLFE()
|
|
{
|
|
this.JOGJMAONGJP(null);
|
|
base.CancelInvoke(" audio source frequency ");
|
|
if (this.BNDHBPICJIP.isPlaying)
|
|
{
|
|
this.BNDHBPICJIP.Stop();
|
|
}
|
|
this.BNDHBPICJIP.loop = false;
|
|
ObjectPool.NFHMLKPHCFF().Release(this);
|
|
}
|
|
|
|
// Token: 0x17000709 RID: 1801
|
|
// (get) Token: 0x0601287D RID: 75901 RVA: 0x0054FCC4 File Offset: 0x0054DEC4
|
|
public AudioSource AMAFHCLALMM
|
|
{
|
|
get
|
|
{
|
|
return this.BNDHBPICJIP;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601287E RID: 75902 RVA: 0x0054FCCC File Offset: 0x0054DECC
|
|
public void MBCLNBMOJDH(Transform NOBAPCOKFIL)
|
|
{
|
|
this.<IKGHAEMHCFB>k__BackingField = NOBAPCOKFIL;
|
|
}
|
|
|
|
// Token: 0x0601287F RID: 75903 RVA: 0x0054FCD8 File Offset: 0x0054DED8
|
|
private void IPAPMGBLCNF()
|
|
{
|
|
this.BNDHBPICJIP = base.GetComponent<AudioSource>();
|
|
this.GJHBIOOPCKD = new AudioRolloff(this.BNDHBPICJIP);
|
|
}
|
|
|
|
// Token: 0x06012880 RID: 75904 RVA: 0x0054FCF8 File Offset: 0x0054DEF8
|
|
private void OBIKAFEHEPD()
|
|
{
|
|
base.CancelInvoke(".");
|
|
this.JICDMKAJEED(null);
|
|
if (this.BNDHBPICJIP != null)
|
|
{
|
|
this.BNDHBPICJIP.loop = true;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06012881 RID: 75905 RVA: 0x0054FD2C File Offset: 0x0054DF2C
|
|
public void AIKHIPFNDFB(Transform NOBAPCOKFIL)
|
|
{
|
|
this.<IKGHAEMHCFB>k__BackingField = NOBAPCOKFIL;
|
|
}
|
|
|
|
// Token: 0x06012882 RID: 75906 RVA: 0x0054FD38 File Offset: 0x0054DF38
|
|
private void OEHDEPBJFAB()
|
|
{
|
|
this.BNDHBPICJIP = base.GetComponent<AudioSource>();
|
|
this.GJHBIOOPCKD = new AudioRolloff(this.BNDHBPICJIP);
|
|
}
|
|
|
|
// Token: 0x06012883 RID: 75907 RVA: 0x0054FD58 File Offset: 0x0054DF58
|
|
public void OPNABLIJDHN(Transform NOBAPCOKFIL)
|
|
{
|
|
this.<IKGHAEMHCFB>k__BackingField = NOBAPCOKFIL;
|
|
}
|
|
|
|
// Token: 0x06012884 RID: 75908 RVA: 0x0054FD64 File Offset: 0x0054DF64
|
|
private void ADKAPKKOHBC()
|
|
{
|
|
this.BNDHBPICJIP = base.GetComponent<AudioSource>();
|
|
this.GJHBIOOPCKD = new AudioRolloff(this.BNDHBPICJIP);
|
|
}
|
|
|
|
// Token: 0x06012885 RID: 75909 RVA: 0x0054FD84 File Offset: 0x0054DF84
|
|
public void OOAKILFPCNH()
|
|
{
|
|
if (this.BNDHBPICJIP.isPlaying)
|
|
{
|
|
this.BNDHBPICJIP.loop = true;
|
|
base.CancelInvoke("gizmos");
|
|
}
|
|
}
|
|
|
|
// Token: 0x06012886 RID: 75910 RVA: 0x0054FDB0 File Offset: 0x0054DFB0
|
|
public void MABMPBJKCDA()
|
|
{
|
|
this.DGDCFFJNHPI(null);
|
|
base.CancelInvoke("up");
|
|
if (this.BNDHBPICJIP.isPlaying)
|
|
{
|
|
this.BNDHBPICJIP.Stop();
|
|
}
|
|
this.BNDHBPICJIP.loop = true;
|
|
ObjectPool.NCKMBFBMBFM.Release(this);
|
|
}
|
|
|
|
// Token: 0x06012887 RID: 75911 RVA: 0x0054FE04 File Offset: 0x0054E004
|
|
public Transform KHGNCKDCDKG()
|
|
{
|
|
return this.<IKGHAEMHCFB>k__BackingField;
|
|
}
|
|
|
|
// Token: 0x06012888 RID: 75912 RVA: 0x0054FE0C File Offset: 0x0054E00C
|
|
public AudioSource DFMOLHKFKKC()
|
|
{
|
|
return this.BNDHBPICJIP;
|
|
}
|
|
|
|
// Token: 0x06012889 RID: 75913 RVA: 0x0054FE14 File Offset: 0x0054E014
|
|
private void LELHNBCKIEG()
|
|
{
|
|
this.BNDHBPICJIP = base.GetComponent<AudioSource>();
|
|
this.GJHBIOOPCKD = new AudioRolloff(this.BNDHBPICJIP);
|
|
}
|
|
|
|
// Token: 0x0601288A RID: 75914 RVA: 0x0054FE34 File Offset: 0x0054E034
|
|
public void ODJBLKICICG(Transform NOBAPCOKFIL)
|
|
{
|
|
this.<IKGHAEMHCFB>k__BackingField = NOBAPCOKFIL;
|
|
}
|
|
|
|
// Token: 0x0601288B RID: 75915 RVA: 0x0054FE40 File Offset: 0x0054E040
|
|
public void DPFCAGDBKKK(float GKICDGMMPBH)
|
|
{
|
|
if (this.BNDHBPICJIP.isPlaying && GKICDGMMPBH <= this.BNDHBPICJIP.time)
|
|
{
|
|
this.BNDHBPICJIP.time = GKICDGMMPBH;
|
|
float num = this.BNDHBPICJIP.clip.length - GKICDGMMPBH;
|
|
base.CancelInvoke("GA FREE - Demo01 (960x600px)");
|
|
base.Invoke("EndAt", num);
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601288C RID: 75916 RVA: 0x0054FEA4 File Offset: 0x0054E0A4
|
|
public Transform DFLOPFEJDPL()
|
|
{
|
|
return this.<IKGHAEMHCFB>k__BackingField;
|
|
}
|
|
|
|
// Token: 0x0601288D RID: 75917 RVA: 0x0054FEAC File Offset: 0x0054E0AC
|
|
public void FJMGLDMGHOF(Transform NOBAPCOKFIL)
|
|
{
|
|
this.<IKGHAEMHCFB>k__BackingField = NOBAPCOKFIL;
|
|
}
|
|
|
|
// Token: 0x0601288E RID: 75918 RVA: 0x0054FEB8 File Offset: 0x0054E0B8
|
|
private void ECLLPJEFKHM()
|
|
{
|
|
base.CancelInvoke(").");
|
|
this.CNIOFICHFBN(null);
|
|
if (this.BNDHBPICJIP != null)
|
|
{
|
|
this.BNDHBPICJIP.loop = false;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601288F RID: 75919 RVA: 0x0054FEEC File Offset: 0x0054E0EC
|
|
public void EHEKOPNAMPJ()
|
|
{
|
|
this.IFNPJPDBEJD(null);
|
|
base.CancelInvoke(" ms");
|
|
if (this.BNDHBPICJIP.isPlaying)
|
|
{
|
|
this.BNDHBPICJIP.Stop();
|
|
}
|
|
this.BNDHBPICJIP.loop = true;
|
|
ObjectPool.NFHMLKPHCFF().Release(this);
|
|
}
|
|
|
|
// Token: 0x06012890 RID: 75920 RVA: 0x0054FF40 File Offset: 0x0054E140
|
|
private void CJDFMFPIFDB()
|
|
{
|
|
if (this.Is3DSFX && this.HJOIDOPAAGC() != null)
|
|
{
|
|
base.transform.position = this.EHNICCDODJO().position;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06012891 RID: 75921 RVA: 0x0054FF74 File Offset: 0x0054E174
|
|
private void KCNHBAEGGFC()
|
|
{
|
|
base.CancelInvoke("Header - '{0}': '{1}'");
|
|
this.HEHDCBPDMEO = null;
|
|
if (this.BNDHBPICJIP != null)
|
|
{
|
|
this.BNDHBPICJIP.loop = false;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06012892 RID: 75922 RVA: 0x0054FFA8 File Offset: 0x0054E1A8
|
|
public void OIMFHBNAPAH()
|
|
{
|
|
if (this.BNDHBPICJIP.isPlaying)
|
|
{
|
|
this.BNDHBPICJIP.loop = true;
|
|
base.CancelInvoke("double:");
|
|
}
|
|
}
|
|
|
|
// Token: 0x06012893 RID: 75923 RVA: 0x0054FFD4 File Offset: 0x0054E1D4
|
|
public void IEDBMDAOJKB(float GKICDGMMPBH)
|
|
{
|
|
if (this.BNDHBPICJIP.isPlaying && GKICDGMMPBH <= this.BNDHBPICJIP.time)
|
|
{
|
|
this.BNDHBPICJIP.time = GKICDGMMPBH;
|
|
float num = this.BNDHBPICJIP.clip.length - GKICDGMMPBH;
|
|
base.CancelInvoke("Cannot set the bullet group multiple times for the same bullet.");
|
|
base.Invoke("You can't create rooms!", num);
|
|
}
|
|
}
|
|
|
|
// Token: 0x06012894 RID: 75924 RVA: 0x00550038 File Offset: 0x0054E238
|
|
private void DALFLKEEIEM()
|
|
{
|
|
if (this.Is3DSFX && this.EDOHMDAPDKF() != null)
|
|
{
|
|
base.transform.position = this.KCHFEPNBGHC().position;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06012895 RID: 75925 RVA: 0x0055006C File Offset: 0x0054E26C
|
|
public Transform EHNICCDODJO()
|
|
{
|
|
return this.<IKGHAEMHCFB>k__BackingField;
|
|
}
|
|
|
|
// Token: 0x06012896 RID: 75926 RVA: 0x00550074 File Offset: 0x0054E274
|
|
public void JICDMKAJEED(Transform NOBAPCOKFIL)
|
|
{
|
|
this.<IKGHAEMHCFB>k__BackingField = NOBAPCOKFIL;
|
|
}
|
|
|
|
// Token: 0x06012897 RID: 75927 RVA: 0x00550080 File Offset: 0x0054E280
|
|
public void JKHGPHAJDOL(Transform NOBAPCOKFIL)
|
|
{
|
|
this.<IKGHAEMHCFB>k__BackingField = NOBAPCOKFIL;
|
|
}
|
|
|
|
// Token: 0x06012898 RID: 75928 RVA: 0x0055008C File Offset: 0x0054E28C
|
|
private void FIKLOBKBAPI()
|
|
{
|
|
base.CancelInvoke("Apparel");
|
|
this.MBCLNBMOJDH(null);
|
|
if (this.BNDHBPICJIP != null)
|
|
{
|
|
this.BNDHBPICJIP.loop = true;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06012899 RID: 75929 RVA: 0x005500C0 File Offset: 0x0054E2C0
|
|
private void INGMCGGJGMA()
|
|
{
|
|
this.BNDHBPICJIP = base.GetComponent<AudioSource>();
|
|
this.GJHBIOOPCKD = new AudioRolloff(this.BNDHBPICJIP);
|
|
}
|
|
|
|
// Token: 0x0601289A RID: 75930 RVA: 0x005500E0 File Offset: 0x0054E2E0
|
|
private void KMCJNIPIKBA()
|
|
{
|
|
this.BNDHBPICJIP = base.GetComponent<AudioSource>();
|
|
this.GJHBIOOPCKD = new AudioRolloff(this.BNDHBPICJIP);
|
|
}
|
|
|
|
// Token: 0x0601289B RID: 75931 RVA: 0x00550100 File Offset: 0x0054E300
|
|
private void MGJFBPMGCJM()
|
|
{
|
|
base.CancelInvoke("Avg: {0:0.0}, Min: {1:0.0}");
|
|
this.CNIOFICHFBN(null);
|
|
if (this.BNDHBPICJIP != null)
|
|
{
|
|
this.BNDHBPICJIP.loop = false;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601289C RID: 75932 RVA: 0x00550134 File Offset: 0x0054E334
|
|
private void MNPIBNAJNEK()
|
|
{
|
|
base.CancelInvoke("\n");
|
|
this.AIKHIPFNDFB(null);
|
|
if (this.BNDHBPICJIP != null)
|
|
{
|
|
this.BNDHBPICJIP.loop = true;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601289D RID: 75933 RVA: 0x00550168 File Offset: 0x0054E368
|
|
private void IJPDEJFNCNH()
|
|
{
|
|
if (this.Is3DSFX && this.PDBNPLNFMMC() != null)
|
|
{
|
|
base.transform.position = this.DFLOPFEJDPL().position;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601289E RID: 75934 RVA: 0x0055019C File Offset: 0x0054E39C
|
|
public Transform ADGAIFFNBJG()
|
|
{
|
|
return this.<IKGHAEMHCFB>k__BackingField;
|
|
}
|
|
|
|
// Token: 0x0601289F RID: 75935 RVA: 0x005501A4 File Offset: 0x0054E3A4
|
|
public void GCAABHNNEIP()
|
|
{
|
|
this.HEHDCBPDMEO = null;
|
|
base.CancelInvoke("Copy of ");
|
|
if (this.BNDHBPICJIP.isPlaying)
|
|
{
|
|
this.BNDHBPICJIP.Stop();
|
|
}
|
|
this.BNDHBPICJIP.loop = true;
|
|
ObjectPool.NCKMBFBMBFM.Release(this);
|
|
}
|
|
|
|
// Token: 0x060128A0 RID: 75936 RVA: 0x005501F8 File Offset: 0x0054E3F8
|
|
private void KKAAFDLJCCB()
|
|
{
|
|
if (this.Is3DSFX && this.NCHBBJDIAFC() != null)
|
|
{
|
|
base.transform.position = this.KHGNCKDCDKG().position;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060128A1 RID: 75937 RVA: 0x0055022C File Offset: 0x0054E42C
|
|
public void MKGKFMMNIJB(float GKICDGMMPBH)
|
|
{
|
|
if (this.BNDHBPICJIP.isPlaying && GKICDGMMPBH <= this.BNDHBPICJIP.time)
|
|
{
|
|
this.BNDHBPICJIP.time = GKICDGMMPBH;
|
|
float num = this.BNDHBPICJIP.clip.length - GKICDGMMPBH;
|
|
base.CancelInvoke("mydemo.com");
|
|
base.Invoke("importCount", num);
|
|
}
|
|
}
|
|
|
|
// Token: 0x060128A2 RID: 75938 RVA: 0x00550290 File Offset: 0x0054E490
|
|
public AudioSource BOKACEJLIFN()
|
|
{
|
|
return this.BNDHBPICJIP;
|
|
}
|
|
|
|
// Token: 0x060128A3 RID: 75939 RVA: 0x00550298 File Offset: 0x0054E498
|
|
public void JOGJMAONGJP(Transform NOBAPCOKFIL)
|
|
{
|
|
this.<IKGHAEMHCFB>k__BackingField = NOBAPCOKFIL;
|
|
}
|
|
|
|
// Token: 0x060128A4 RID: 75940 RVA: 0x005502A4 File Offset: 0x0054E4A4
|
|
public void EDBKDMCMNHL()
|
|
{
|
|
if (this.BNDHBPICJIP.isPlaying)
|
|
{
|
|
this.BNDHBPICJIP.loop = false;
|
|
base.CancelInvoke("_InterpolationEpi");
|
|
}
|
|
}
|
|
|
|
// Token: 0x060128A5 RID: 75941 RVA: 0x005502D0 File Offset: 0x0054E4D0
|
|
public void CAMOAICGHJP(AudioClip NKFIPAKNCBE, float AHAKJNAGMHJ, Vector3 FHFHOMKFHCI, float OJGHKIIPGLA, float BGOCJPBAFHK, AudioRolloff MAABDDGOAPJ = null)
|
|
{
|
|
base.transform.position = FHFHOMKFHCI;
|
|
this.BNDHBPICJIP.clip = NKFIPAKNCBE;
|
|
this.BNDHBPICJIP.volume = AHAKJNAGMHJ;
|
|
float num = 945f + BGOCJPBAFHK;
|
|
if (OJGHKIIPGLA > 302f)
|
|
{
|
|
num += global::UnityEngine.Random.Range(-OJGHKIIPGLA, OJGHKIIPGLA);
|
|
}
|
|
this.BNDHBPICJIP.pitch = num;
|
|
if (this.Is3DSFX)
|
|
{
|
|
if (MAABDDGOAPJ != null && MAABDDGOAPJ.IsActive)
|
|
{
|
|
MAABDDGOAPJ.LANGDOJABME(this.BNDHBPICJIP);
|
|
this.MJFMCALGFMA = true;
|
|
}
|
|
else if (this.MJFMCALGFMA)
|
|
{
|
|
if (PlayerAudio.HFBJOIPMHOG() != null)
|
|
{
|
|
PlayerAudio.GPPLKPEKNND().KDIEKDPKEIM(this.BNDHBPICJIP);
|
|
}
|
|
else
|
|
{
|
|
this.GJHBIOOPCKD.OKIIEIOCEFB(this.BNDHBPICJIP);
|
|
}
|
|
}
|
|
}
|
|
this.BNDHBPICJIP.Play();
|
|
base.Invoke("DownloadProgress", NKFIPAKNCBE.length);
|
|
}
|
|
|
|
// Token: 0x060128A6 RID: 75942 RVA: 0x005503C0 File Offset: 0x0054E5C0
|
|
public Transform EDOHMDAPDKF()
|
|
{
|
|
return this.<IKGHAEMHCFB>k__BackingField;
|
|
}
|
|
|
|
// Token: 0x060128A7 RID: 75943 RVA: 0x005503C8 File Offset: 0x0054E5C8
|
|
public void Stop()
|
|
{
|
|
this.BNDHBPICJIP.Stop();
|
|
this.BNDHBPICJIP.clip = null;
|
|
}
|
|
|
|
// Token: 0x060128A8 RID: 75944 RVA: 0x005503E4 File Offset: 0x0054E5E4
|
|
private void JCDJNJAIEJC()
|
|
{
|
|
if (this.Is3DSFX && this.EDOHMDAPDKF() != null)
|
|
{
|
|
base.transform.position = this.KCHFEPNBGHC().position;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060128A9 RID: 75945 RVA: 0x00550418 File Offset: 0x0054E618
|
|
public void ICEACNLCOGC(AudioClip NKFIPAKNCBE, float AHAKJNAGMHJ, Vector3 FHFHOMKFHCI, float OJGHKIIPGLA, float BGOCJPBAFHK, AudioRolloff MAABDDGOAPJ = null)
|
|
{
|
|
base.transform.position = FHFHOMKFHCI;
|
|
this.BNDHBPICJIP.clip = NKFIPAKNCBE;
|
|
this.BNDHBPICJIP.volume = AHAKJNAGMHJ;
|
|
float num = 1534f + BGOCJPBAFHK;
|
|
if (OJGHKIIPGLA > 911f)
|
|
{
|
|
num += global::UnityEngine.Random.Range(-OJGHKIIPGLA, OJGHKIIPGLA);
|
|
}
|
|
this.BNDHBPICJIP.pitch = num;
|
|
if (this.Is3DSFX)
|
|
{
|
|
if (MAABDDGOAPJ != null && MAABDDGOAPJ.IsActive)
|
|
{
|
|
MAABDDGOAPJ.KDIEKDPKEIM(this.BNDHBPICJIP);
|
|
this.MJFMCALGFMA = false;
|
|
}
|
|
else if (this.MJFMCALGFMA)
|
|
{
|
|
if (PlayerAudio.HJPDIKFKLDJ != null)
|
|
{
|
|
PlayerAudio.HJPDIKFKLDJ.EPFAGMAECJH(this.BNDHBPICJIP);
|
|
}
|
|
else
|
|
{
|
|
this.GJHBIOOPCKD.EPFAGMAECJH(this.BNDHBPICJIP);
|
|
}
|
|
}
|
|
}
|
|
this.BNDHBPICJIP.Play();
|
|
base.Invoke("Xbox LIVE", NKFIPAKNCBE.length);
|
|
}
|
|
|
|
// Token: 0x060128AA RID: 75946 RVA: 0x00550508 File Offset: 0x0054E708
|
|
public void FIAAOKJOELO()
|
|
{
|
|
this.OPNABLIJDHN(null);
|
|
base.CancelInvoke(" Server: ");
|
|
if (this.BNDHBPICJIP.isPlaying)
|
|
{
|
|
this.BNDHBPICJIP.Stop();
|
|
}
|
|
this.BNDHBPICJIP.loop = false;
|
|
ObjectPool.NCKMBFBMBFM.Release(this);
|
|
}
|
|
|
|
// Token: 0x0400336F RID: 13167
|
|
public bool Is3DSFX;
|
|
|
|
// Token: 0x04003371 RID: 13169
|
|
private AudioRolloff GJHBIOOPCKD;
|
|
|
|
// Token: 0x04003372 RID: 13170
|
|
private AudioSource BNDHBPICJIP;
|
|
|
|
// Token: 0x04003373 RID: 13171
|
|
private bool MJFMCALGFMA = true;
|
|
}
|