C# Class ACR_Movement.AppearanceTypes

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

Méthodes publiques

Свойство Type Description
characterMovement MovementType>.Dictionary
currentSwimTrigger uint>.Dictionary
overlandMap bool>.Dictionary

Méthodes publiques

Méthode Description
GetBaseAppearance ( CLRScriptBase script, uint Character ) : int
RecalculateMovement ( CLRScriptBase script, uint Creature ) : void

Method Details

GetBaseAppearance() public static méthode

public static GetBaseAppearance ( CLRScriptBase script, uint Character ) : int
script CLRScriptFramework.CLRScriptBase
Character uint
Résultat int

RecalculateMovement() public static méthode

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

Property Details

characterMovement public_oe static_oe property

public static Dictionary characterMovement
Résultat MovementType>.Dictionary

currentSwimTrigger public_oe static_oe property

public static Dictionary currentSwimTrigger
Résultat uint>.Dictionary

overlandMap public_oe static_oe property

public static Dictionary overlandMap
Résultat bool>.Dictionary