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