Romestead Assembly Reference

Candide.GameModels.Models.Spells.ScriptedSpell

Type JSON

public class in Candide.GameModels.Models.Spells

Methods4
Properties0
Fields0
Events0
Type metadata

Relationships

Methods

CanCast

public Shared.Combat.Spells.CanCastSpellResult CanCast(Shared.Combat.Spells.Casting.SpellCastingContext context)

Method metadata
  • Visibilitypublic
  • Return typeShared.Combat.Spells.CanCastSpellResult
  • StaticFalse
  • VirtualTrue
  • HashEA5E9E805AB4B538D0020C9EEC803E228F8A9F48A88024AF29E3FF25F5CBD446
  • Body hashC824123786E6A546FACE1CA79A70D58642632F64659F96B3A09CC59B8C3083B8
  • IL size167
Referenced calls
String literals
  • player-bag-space-increase-lvl1
  • player-reset-favours
  • player-teleport-home

GetToolTipText

public System.Void GetToolTipText(System.Text.StringBuilder sb, System.Object spellArgs)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash4BABA15D6689DEBB65F5B5CE4A32A6E9FF43F7A41163D5E01438D41EB3209CC3
  • Body hashCFB2CAE51CA5C4C706D3A3603B9A0DB81549075D146405E50E460CB8EF4C66D1
  • IL size145
Referenced calls
String literals
  • player-bag-space-increase-lvl1
  • player-reset-favours
  • player-teleport-home
  • Spell_Scripted_BagIncrease
  • bag_space_increase_lvl1
  • Spell_Scripted_ResetFavours
  • Spell_Scripted_CoinTeleportHome

TryGetPlayer

private System.Boolean TryGetPlayer(System.Nullable<System.Guid> targetEntityId, out Candide.Multiplayer.Models.ClientPlayerCharacter& playerCharacter)

Method metadata
  • Visibilityprivate
  • Return typeSystem.Boolean
  • StaticTrue
  • VirtualFalse
  • Hash3F54138F6D41A83959790EA65F1BBDEF12213C2A5A7BDEE462BF5F616CE3EDC9
  • Body hash9F032B519134F8DF2BFBE4D6D95ED9307AD85531705C80C4CAD88FE38FBA3534
  • IL size62
Referenced calls
  • System.Nullable<System.Guid>::get_HasValue()
  • System.Nullable<System.Guid>::get_Value()
  • System.Guid::op_Equality(System.Guid, System.Guid)
Called by