Candide.Database.VfxSpacAnimationDataBase
Type JSONpublic class in Candide.Database
Type metadata
- Assembly
Romestead - Namespace
Candide.Database - Base type
System.Object - Hash
27E23A6FA9F1FE713DBCA83FEFBCB0B5AF70CD3EF67077E2A43D797A4F0E5055
Relationships
Base type
System.Object
Fields
| Name | Visibility | Signature |
|---|---|---|
AnimationDataMap# | public | public System.Collections.Generic.Dictionary<System.String, Candide.Data.VfxSpacAnimationData> AnimationDataMap |
MissingData# | public | public Candide.Data.VfxSpacAnimationData MissingData |
Methods
AddVfxSpacAnimations
#
public System.Void AddVfxSpacAnimations(System.Collections.Generic.List<Candide.Data.VfxSpacAnimationData> animations)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
A4D1A677E2B08C93EC15F1E7EF75F9613B9E2B41AED503FA0C7A65E2358226C9 - Body hash
B8B274D4135DB79AD77B77A96BEF4295F3CBEACDD020CC4CAF4DB0C6AEAEF143 - IL size96
Referenced calls
System.Collections.Generic.List<Candide.Data.VfxSpacAnimationData>::GetEnumerator()List.Enumerator<Candide.Data.VfxSpacAnimationData>::get_Current()System.Collections.Generic.Dictionary<System.String, Candide.Data.VfxSpacAnimationData>::ContainsKey(!0)System.String::Concat(System.String, System.String, System.String)CandideCreator.Shared.Helpers.WarningHelper::Warning(System.String)System.Collections.Generic.Dictionary<System.String, Candide.Data.VfxSpacAnimationData>::set_Item(!0, !1)List.Enumerator<Candide.Data.VfxSpacAnimationData>::MoveNext()System.IDisposable::Dispose()
String literals
Detected duplicate spac animation id ''.
GetAnimation
#
public Candide.Data.VfxSpacAnimationData GetAnimation(System.String id)
Method metadata
- Visibilitypublic
- Return type
Candide.Data.VfxSpacAnimationData - StaticTrue
- VirtualFalse
- Hash
3A0AA18B3113D6E62126E40CFE7300F726C3D1C6630FF858B73FF137F44B9A1A - Body hash
45A8BF804BD537DA289B39CB5BA249FAD8C087C2316DB02D50E001FFDDE150FA - IL size37
Referenced calls
System.String::IsNullOrWhiteSpace(System.String)System.Collections.Generic.Dictionary<System.String, Candide.Data.VfxSpacAnimationData>::TryGetValue(!0, !1&)
Called by
Candide.Combat.Projectiles.ClientProjectileFactory::ApplyClientProjectileDataCandide.Entities.Auras.StunAura::SetVisualsCandide.Entities.Bridge.ClientEntitySystemBridge::OnEntityTookDamageCandide.Entities.Controllers.BoarController.BoarController::ReceiveEntityVfxMessageCandide.Entities.Controllers.CitizenController.CitizenController::UpdateQuestStatusCandide.Entities.Controllers.CitizenController.WildCitizenController::UpdateCandide.Entities.Controllers.GoatController.GoatController::ReceiveEntityVfxMessageCandide.Entities.Controllers.Other.BehaviorMachine.PhoenixController::ReceiveEntityVfxMessageCandide.Entities.Controllers.Other.BehaviorMachine.VultureController::ReceiveEntityVfxMessageCandide.Entities.PlayerState.PlayerStates.ShieldHandler::BlockDamage
GetAnimationOrNull
#
public Candide.Data.VfxSpacAnimationData GetAnimationOrNull(System.String id)
Method metadata
- Visibilitypublic
- Return type
Candide.Data.VfxSpacAnimationData - StaticTrue
- VirtualFalse
- Hash
3F4346DEF7F8CED9FF7C5116564DE5BE7E517A2A4C39AFD55D71B9DDB3751464 - Body hash
95443CA5A19EC713435B5FD9A5163DBECDD19444B8BED56661093EE55EEBFFF7 - IL size29
Referenced calls
System.String::IsNullOrWhiteSpace(System.String)System.Collections.Generic.Dictionary<System.String, Candide.Data.VfxSpacAnimationData>::TryGetValue(!0, !1&)