C# Class ACR_Movement.Swimming

Afficher le fichier Open project: ALandFarAway/ALFA-Base-Resources Class Usage Examples

Méthodes publiques

Свойство Type Description
CurrentDrownDC int>.Dictionary
CurrentDrownStatus int>.Dictionary
CurrentSwimTrigger uint>.Dictionary

Méthodes publiques

Méthode Description
SwimTriggerEnter ( CLRScriptBase script, uint Creature ) : void

Private Methods

Méthode Description
GetNeedsToBreathe ( CLRScriptBase script, uint Creature ) : bool
ProcessNoAir ( CLRScriptBase script, uint Creature ) : void
ProcessWaterEffects ( CLRScriptBase script, uint Creature, uint Trigger ) : void
SwimHeartbeat ( CLRScriptBase script, uint Creature ) : void

Method Details

SwimTriggerEnter() public static méthode

public static SwimTriggerEnter ( CLRScriptBase script, uint Creature ) : void
script CLRScriptFramework.CLRScriptBase
Creature uint
Résultat void

Property Details

CurrentDrownDC public_oe static_oe property

public static Dictionary CurrentDrownDC
Résultat int>.Dictionary

CurrentDrownStatus public_oe static_oe property

public static Dictionary CurrentDrownStatus
Résultat int>.Dictionary

CurrentSwimTrigger public_oe static_oe property

public static Dictionary CurrentSwimTrigger
Résultat uint>.Dictionary