Click or drag to resize
SpecializationgetAnimationNames Method

[Missing <summary> documentation for "M:Planetbase.Specialization.getAnimationNames(Planetbase.CharacterAnimationType,Planetbase.Location,Planetbase.Human.Gender)"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public List<string> getAnimationNames(
	CharacterAnimationType animationType,
	Location location,
	HumanGender gender
)

Parameters

animationType
Type: PlanetbaseCharacterAnimationType

[Missing <param name="animationType"/> documentation for "M:Planetbase.Specialization.getAnimationNames(Planetbase.CharacterAnimationType,Planetbase.Location,Planetbase.Human.Gender)"]

location
Type: PlanetbaseLocation

[Missing <param name="location"/> documentation for "M:Planetbase.Specialization.getAnimationNames(Planetbase.CharacterAnimationType,Planetbase.Location,Planetbase.Human.Gender)"]

gender
Type: PlanetbaseHumanGender

[Missing <param name="gender"/> documentation for "M:Planetbase.Specialization.getAnimationNames(Planetbase.CharacterAnimationType,Planetbase.Location,Planetbase.Human.Gender)"]

Return Value

Type: ListString

[Missing <returns> documentation for "M:Planetbase.Specialization.getAnimationNames(Planetbase.CharacterAnimationType,Planetbase.Location,Planetbase.Human.Gender)"]

See Also