C# Class ME3Explorer.Matinee.SFXInterpTrackClientEffect

Inheritance: InterpTrackToggle
Show file Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
m_bAllowCooldown bool
m_bStopAllMatchingEffects bool
m_pEffect int
m_vSpawnParameters Vector

Public Methods

Method Description
LoadData ( ) : void
SFXInterpTrackClientEffect ( int idx, ME3Package pccobj ) : ME3Explorer.SequenceObjects
ToTree ( ) : void

Method Details

LoadData() public method

public LoadData ( ) : void
return void

SFXInterpTrackClientEffect() public method

public SFXInterpTrackClientEffect ( int idx, ME3Package pccobj ) : ME3Explorer.SequenceObjects
idx int
pccobj ME3Package
return ME3Explorer.SequenceObjects

ToTree() public method

public ToTree ( ) : void
return void

Property Details

m_bAllowCooldown public property

public bool m_bAllowCooldown
return bool

m_bStopAllMatchingEffects public property

public bool m_bStopAllMatchingEffects
return bool

m_pEffect public property

public int m_pEffect
return int

m_vSpawnParameters public property

public Vector,ME3Explorer.Matinee m_vSpawnParameters
return Vector