Romestead Assembly Reference

Candide.Events.TriggerHandler

Type JSON

public class in Candide.Events

Methods5
Properties0
Fields1
Events0
Type metadata
  • AssemblyRomestead
  • NamespaceCandide.Events
  • Base typeSystem.Object
  • Hash84103207A5DE554EB696E5F05816D64F615D8805A175FECC2540373E8292DE6A

Relationships

Base type

System.Object

Fields

NameVisibilitySignature
Triggerspublicpublic System.Collections.Generic.Dictionary<System.String, Candide.Events.Trigger> Triggers

Methods

Add

internal System.Void Add(CandideCreator.Shared.Tiled.TiledObject o)

Method metadata
  • Visibilityinternal
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • HashF4743A85E1E005CC62D345FFDDDBACBDF67AC1651AABF2FEC06536DECD0E2EF7
  • Body hash8F09A5F3D5A495A79B2CA205B918C4B2C3250473EA6AB738E33FE95CB7A394CD
  • IL size24
Referenced calls
  • CandideCreator.Shared.Tiled.TiledObject::get_Name()
  • Candide.Events.Trigger::.ctor(CandideCreator.Shared.Tiled.TiledObject)
  • System.Collections.Generic.Dictionary<System.String, Candide.Events.Trigger>::Add(!0, !1)

Unload

internal System.Void Unload()

Method metadata
  • Visibilityinternal
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • HashFA37173C6845A3A62865658039544047BE67454F7688420F2733CA0CFDAB8F8C
  • Body hash8EB83B8253E9536EA34D60C1A1CED8724AE2F75D23C9A9AD40207E02208A3459
  • IL size72
Referenced calls
  • System.Collections.Generic.Dictionary<System.String, Candide.Events.Trigger>::GetEnumerator()
  • Dictionary.Enumerator<System.String, Candide.Events.Trigger>::get_Current()
  • System.Collections.Generic.KeyValuePair<System.String, Candide.Events.Trigger>::get_Value()
  • Dictionary.Enumerator<System.String, Candide.Events.Trigger>::MoveNext()
  • System.IDisposable::Dispose()
Called by

Update

public System.Void Update(Microsoft.Xna.Framework.GameTime gt)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • HashE225027D874F8E623D3CEB338D21E82E26A231141C5A27116857537B4B57923F
  • Body hash822DE961BA29A042D1CD15C3FE4CC0E7703CE9514EA1D94C1D3839444D030E23
  • IL size282
Referenced calls
  • System.Collections.Generic.Dictionary<System.String, Candide.Events.Trigger>::GetEnumerator()
  • Dictionary.Enumerator<System.String, Candide.Events.Trigger>::get_Current()
  • System.Collections.Generic.KeyValuePair<System.String, Candide.Events.Trigger>::get_Value()
  • Shared.Entity.EntityWrapper::get_Position2()
  • System.Array::Empty()
  • Candide.Scripts.LuaFunctionWrapper::Call(System.Object[])
  • Dictionary.Enumerator<System.String, Candide.Events.Trigger>::MoveNext()
  • System.IDisposable::Dispose()
Called by

WriteIntoTable

internal System.Void WriteIntoTable(NLua.LuaTable tbl)

Method metadata
  • Visibilityinternal
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash64917912906B31D85C07B82EE784760BDBB514739F17AB14FB7A20E3AF1F6187
  • Body hash7C376A36FB61C0E1D27E89A8D8A63897E4C2D88058DB4A370BA789183E52C477
  • IL size68
Referenced calls
  • System.Collections.Generic.Dictionary<System.String, Candide.Events.Trigger>::GetEnumerator()
  • Dictionary.Enumerator<System.String, Candide.Events.Trigger>::get_Current()
  • System.Collections.Generic.KeyValuePair<System.String, Candide.Events.Trigger>::get_Key()
  • System.Collections.Generic.KeyValuePair<System.String, Candide.Events.Trigger>::get_Value()
  • NLua.LuaTable::set_Item(System.String, System.Object)
  • Dictionary.Enumerator<System.String, Candide.Events.Trigger>::MoveNext()
  • System.IDisposable::Dispose()