public void ObjectIn(Engine.MapSystem.MapObject obj) { Engine.EntitySystem.LogicClass __class = Engine.EntitySystem.LogicSystemManager.Instance.MapClassManager.GetByName("ShowText"); Engine.EntitySystem.LogicSystem.LogicDesignerMethod __method = (Engine.EntitySystem.LogicSystem.LogicDesignerMethod)__class.GetMethodByName("ObjectIn"); __method.Execute(this, new object[1] { obj }); }
public HangingBillboard_0(Engine.MapSystem.MapObject ownerEntity) : base(ownerEntity) { this.__ownerEntity = ownerEntity; ownerEntity.PostCreated += delegate(Engine.EntitySystem.Entity __entity, bool loaded) { if (Engine.EntitySystem.LogicSystemManager.Instance != null) { PostCreated(loaded); } }; }
public HelperPoint_Lamps( Engine.MapSystem.MapObject ownerEntity ) : base(ownerEntity) { this.__ownerEntity = ownerEntity; ownerEntity.PostCreated += delegate( Engine.EntitySystem.Entity __entity, System.Boolean loaded ) { if( Engine.EntitySystem.LogicSystemManager.Instance != null )PostCreated( loaded ); }; }