Class ZosigGameManager
- Namespace
- FistVR
- Assembly
- Assembly-CSharp.dll
public class ZosigGameManager : MonoBehaviour
- Inheritance
-
ZosigGameManager
Constructors
ZosigGameManager()
public ZosigGameManager()
Fields
AudEvent_DryHeave
public AudioEvent AudEvent_DryHeave
Field Value
- AudioEvent
AudEvent_Vomit
public AudioEvent AudEvent_Vomit
Field Value
- AudioEvent
Banger_BucketPrefabs
public List<FVRObject> Banger_BucketPrefabs
Field Value
- List<FVRObject>
Banger_CoffeeCanPrefabs
public List<FVRObject> Banger_CoffeeCanPrefabs
Field Value
- List<FVRObject>
Banger_MechanismPrefabs
public List<FVRObject> Banger_MechanismPrefabs
Field Value
- List<FVRObject>
Banger_TinCanPrefabs
public List<FVRObject> Banger_TinCanPrefabs
Field Value
- List<FVRObject>
DisableOnNoIntro
public GameObject DisableOnNoIntro
Field Value
- GameObject
FlagM
public ZosigFlagManager FlagM
Field Value
- ZosigFlagManager
HerbPrefabs
public List<FVRObject> HerbPrefabs
Field Value
- List<FVRObject>
IS
Field Value
- GameObject
IsVerboseDebug
public bool IsVerboseDebug
Field Value
- bool
LemonManager
public ZosigLemonManager LemonManager
Field Value
- ZosigLemonManager
MeatCorePrefabs
public List<FVRObject> MeatCorePrefabs
Field Value
- List<FVRObject>
MusicController
public ZosigMusicController MusicController
Field Value
- ZosigMusicController
NPCSpeechIcons
public List<Texture2D> NPCSpeechIcons
Field Value
- List<Texture2D>
PSystem_Vomit
public ParticleSystem PSystem_Vomit
Field Value
- ParticleSystem
SpawnM
public ZosigSpawnManager SpawnM
Field Value
- ZosigSpawnManager
SplodePrefab
public GameObject SplodePrefab
Field Value
- GameObject
TranslocatorM
public TranslocatorManager TranslocatorM
Field Value
- TranslocatorManager
Methods
CheckVomit()
EatBangerJunk(BangerJunkType, int)
public void EatBangerJunk(RotrwBangerJunk.BangerJunkType type, int matIndex)
Parameters
type
RotrwBangerJunk.BangerJunkType
matIndex
int
EatHerb(HerbType)
public void EatHerb(RotrwHerb.HerbType type)
Parameters
type
RotrwHerb.HerbType
EatMeatCore(CoreType)
public void EatMeatCore(RotrwMeatCore.CoreType t)
Parameters
t
RotrwMeatCore.CoreType
GetRandomEquippedFirearm()
public FVRObject GetRandomEquippedFirearm()
Returns
- FVRObject
QUIT()
SetGCycler(ZosigGastroCycler)
public void SetGCycler(ZosigGastroCycler c)
Parameters
c
ZosigGastroCycler
SetMusicTrack(ZosigTrackName)
public void SetMusicTrack(ZosigMusicController.ZosigTrackName track)
Parameters
track
ZosigMusicController.ZosigTrackName
SetMusic_Gameplay()
public void SetMusic_Gameplay()
SetMusic_Speaking()
public void SetMusic_Speaking()
VomitBangerJunk(int)
public bool VomitBangerJunk(int i)
Parameters
i
int
Returns
- bool
VomitCore(int)
public bool VomitCore(int i)
Parameters
i
int
Returns
- bool
VomitHerb(int)
public bool VomitHerb(int i)
Parameters
i
int
Returns
- bool
VomitRandomThing()
public void VomitRandomThing()