Candide.Database.VfxSpritesAnimationDataBase
Type JSONpublic class in Candide.Database
Type metadata
- Assembly
Romestead - Namespace
Candide.Database - Base type
System.Object - Hash
6A7CE84589DD846678DBB17E9597FF8719440F033054BDC1348A01F9D70291B3
Relationships
Base type
System.Object
Fields
| Name | Visibility | Signature |
|---|---|---|
AnimationDataMap# | public | public System.Collections.Generic.Dictionary<System.String, CandideCreator.Shared.Models.VFX.VfxSpritesAnimationModel> AnimationDataMap |
MissingData# | public | public CandideCreator.Shared.Models.VFX.VfxSpritesAnimationModel MissingData |
Methods
AddVfxSpriteAnimations
#
public System.Void AddVfxSpriteAnimations(System.Collections.Generic.List<CandideCreator.Shared.Models.VFX.VfxSpritesAnimationModel> animations)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
A4CC7FB4E47935F089BDB1B3E364EA88262E774420851CE823593F9041ED8A0D - Body hash
DEB008286C201D6E8C4327A70770F414499EA7845D3BA0FDF8DD577E99096E02 - IL size96
Referenced calls
System.Collections.Generic.List<CandideCreator.Shared.Models.VFX.VfxSpritesAnimationModel>::GetEnumerator()List.Enumerator<CandideCreator.Shared.Models.VFX.VfxSpritesAnimationModel>::get_Current()System.Collections.Generic.Dictionary<System.String, CandideCreator.Shared.Models.VFX.VfxSpritesAnimationModel>::ContainsKey(!0)System.String::Concat(System.String, System.String, System.String)CandideCreator.Shared.Helpers.WarningHelper::Warning(System.String)System.Collections.Generic.Dictionary<System.String, CandideCreator.Shared.Models.VFX.VfxSpritesAnimationModel>::set_Item(!0, !1)List.Enumerator<CandideCreator.Shared.Models.VFX.VfxSpritesAnimationModel>::MoveNext()System.IDisposable::Dispose()
String literals
Detected duplicate animation id ''.
GetAllVfxSpritesAnimations
#
public System.Collections.Generic.List<CandideCreator.Shared.Models.VFX.VfxSpritesAnimationModel> GetAllVfxSpritesAnimations()
Method metadata
- Visibilitypublic
- Return type
System.Collections.Generic.List<CandideCreator.Shared.Models.VFX.VfxSpritesAnimationModel> - StaticTrue
- VirtualFalse
- Hash
C21A344423BA13D2A91AD2A7CBAED279777D5EF6A9B5B77AA2CC65799E18488D - Body hash
6883C66D91B0A9C0B2F6CF69F0968A9543D3A66B98B19BF6B84D01A3591016FC - IL size67
Referenced calls
System.Collections.Generic.List<CandideCreator.Shared.Models.VFX.VfxSpritesAnimationModel>::.ctor()System.Collections.Generic.Dictionary<System.String, CandideCreator.Shared.Models.VFX.VfxSpritesAnimationModel>::GetEnumerator()Dictionary.Enumerator<System.String, CandideCreator.Shared.Models.VFX.VfxSpritesAnimationModel>::get_Current()System.Collections.Generic.KeyValuePair<System.String, CandideCreator.Shared.Models.VFX.VfxSpritesAnimationModel>::get_Value()System.Collections.Generic.List<CandideCreator.Shared.Models.VFX.VfxSpritesAnimationModel>::Add(!0)Dictionary.Enumerator<System.String, CandideCreator.Shared.Models.VFX.VfxSpritesAnimationModel>::MoveNext()System.IDisposable::Dispose()
GetVfxSpritesAnimation
#
public CandideCreator.Shared.Models.VFX.VfxSpritesAnimationModel GetVfxSpritesAnimation(System.String id)
Method metadata
- Visibilitypublic
- Return type
CandideCreator.Shared.Models.VFX.VfxSpritesAnimationModel - StaticTrue
- VirtualFalse
- Hash
C24229ECF57F5FE94887F3B6D793827C2953EB2ED1B4EB29867FF1ED85934750 - Body hash
C25A698119C5ADC74879B15E6EDF698096765743E650860B364C7E0814E1E89C - IL size23
Referenced calls
System.Collections.Generic.Dictionary<System.String, CandideCreator.Shared.Models.VFX.VfxSpritesAnimationModel>::TryGetValue(!0, !1&)
Called by
Candide.Entities.Bridge.ClientEntitySystemBridge::OnEntityTookDamageCandide.Entities.Controllers.Creatures.LavaConstructController::ReceiveEntityVfxMessageCandide.Entities.Controllers.PhoenixEggController.PhoenixEggController::EntityInitializeCandide.Entities.Controllers.ZombieController.ZombieBloatController.FallenBloatController::ReceiveEntityVfxMessageCandide.Entities.PlayerState.PlayerController::OnDamagedCandide.Entities.PlayerState.PlayerStates.BowHoldingState::UpdateCandide.Graphics.ParticleHelper::New_SpawnGroundBloodSplatter
GetVfxSpritesAnimationOrNull
#
public CandideCreator.Shared.Models.VFX.VfxSpritesAnimationModel GetVfxSpritesAnimationOrNull(System.String id)
Method metadata
- Visibilitypublic
- Return type
CandideCreator.Shared.Models.VFX.VfxSpritesAnimationModel - StaticTrue
- VirtualFalse
- Hash
D456ECBE8C7569A55929C8FC00CC9FC62B3507C3D09C6EC104E92179DA5897F6 - Body hash
72255B0FC918001C10E57875A53880E2E4EA3F8B38F58C015EC971846B1A53B2 - IL size19
Referenced calls
System.Collections.Generic.Dictionary<System.String, CandideCreator.Shared.Models.VFX.VfxSpritesAnimationModel>::TryGetValue(!0, !1&)