Table of Contents

Class MG_EventAIConfig

Namespace
FistVR
Assembly
Assembly-CSharp.dll
public class MG_EventAIConfig : ScriptableObject
Inheritance
MG_EventAIConfig

Constructors

MG_EventAIConfig()

public MG_EventAIConfig()

Fields

EventList

public List<MeatGrinderMaster.EventAI.MGEvent> EventList

Field Value

List<MeatGrinderMaster.EventAI.MGEvent>

Mood

public MeatGrinderMaster.EventAI.EventAIMood Mood

Field Value

MeatGrinderMaster.EventAI.EventAIMood

TotalWeight

public float TotalWeight

Field Value

float

Methods

CalcWeights()

public void CalcWeights()

GetWeightedRandomEntry()

public MeatGrinderMaster.EventAI.MGEvent GetWeightedRandomEntry()

Returns

MeatGrinderMaster.EventAI.MGEvent