InteractiongetCharacterAnimations Method |
[Missing <summary> documentation for "M:Planetbase.Interaction.getCharacterAnimations(Planetbase.Character)"]
Namespace: PlanetbaseAssembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic virtual List<CharacterAnimation> getCharacterAnimations(
Character character
)
Public Overridable Function getCharacterAnimations (
character As Character
) As List(Of CharacterAnimation)
public:
virtual List<CharacterAnimation^>^ getCharacterAnimations(
Character^ character
)
Parameters
- character
- Type: PlanetbaseCharacter
[Missing <param name="character"/> documentation for "M:Planetbase.Interaction.getCharacterAnimations(Planetbase.Character)"]
Return Value
Type:
ListCharacterAnimation[Missing <returns> documentation for "M:Planetbase.Interaction.getCharacterAnimations(Planetbase.Character)"]
See Also