C# Class ACR_Movement.AppearanceTypes

Datei anzeigen Open project: ALandFarAway/ALFA-Base-Resources Class Usage Examples

Public Properties

Property Type Description
characterMovement MovementType>.Dictionary
currentSwimTrigger uint>.Dictionary
overlandMap bool>.Dictionary

Public Methods

Method Description
GetBaseAppearance ( CLRScriptBase script, uint Character ) : int
RecalculateMovement ( CLRScriptBase script, uint Creature ) : void

Method Details

GetBaseAppearance() public static method

public static GetBaseAppearance ( CLRScriptBase script, uint Character ) : int
script CLRScriptFramework.CLRScriptBase
Character uint
return int

RecalculateMovement() public static method

public static RecalculateMovement ( CLRScriptBase script, uint Creature ) : void
script CLRScriptFramework.CLRScriptBase
Creature uint
return void

Property Details

characterMovement public_oe static_oe property

public static Dictionary characterMovement
return MovementType>.Dictionary

currentSwimTrigger public_oe static_oe property

public static Dictionary currentSwimTrigger
return uint>.Dictionary

overlandMap public_oe static_oe property

public static Dictionary overlandMap
return bool>.Dictionary