Candide.Events.TriggerHandler
Type JSONpublic class in Candide.Events
Type metadata
- Assembly
Romestead - Namespace
Candide.Events - Base type
System.Object - Hash
84103207A5DE554EB696E5F05816D64F615D8805A175FECC2540373E8292DE6A
Relationships
Base type
System.Object
Referenced by types
Fields
| Name | Visibility | Signature |
|---|---|---|
Triggers# | public | public 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 type
System.Void - StaticFalse
- VirtualFalse
- Hash
F4743A85E1E005CC62D345FFDDDBACBDF67AC1651AABF2FEC06536DECD0E2EF7 - Body hash
8F09A5F3D5A495A79B2CA205B918C4B2C3250473EA6AB738E33FE95CB7A394CD - 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)
Load
#
internal System.Void Load()
Method metadata
- Visibilityinternal
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
07E5CB1D8737046DE5A87AE7453CB3F28F023E23C3512A465CA185C924356D4E - Body hash
D50DA5F32F8BEDA0B66001697595AA9E35F7666A61BBFE6D29B3B35019702B23 - IL size12
Called by
Unload
#
internal System.Void Unload()
Method metadata
- Visibilityinternal
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
FA37173C6845A3A62865658039544047BE67454F7688420F2733CA0CFDAB8F8C - Body hash
8EB83B8253E9536EA34D60C1A1CED8724AE2F75D23C9A9AD40207E02208A3459 - 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 type
System.Void - StaticFalse
- VirtualFalse
- Hash
E225027D874F8E623D3CEB338D21E82E26A231141C5A27116857537B4B57923F - Body hash
822DE961BA29A042D1CD15C3FE4CC0E7703CE9514EA1D94C1D3839444D030E23 - 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()
WriteIntoTable
#
internal System.Void WriteIntoTable(NLua.LuaTable tbl)
Method metadata
- Visibilityinternal
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
64917912906B31D85C07B82EE784760BDBB514739F17AB14FB7A20E3AF1F6187 - Body hash
7C376A36FB61C0E1D27E89A8D8A63897E4C2D88058DB4A370BA789183E52C477 - 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()