當前位置: 首頁>>代碼示例>>C#>>正文


C# BaseAddon.MoveToWorld方法代碼示例

本文整理匯總了C#中Server.Items.BaseAddon.MoveToWorld方法的典型用法代碼示例。如果您正苦於以下問題:C# BaseAddon.MoveToWorld方法的具體用法?C# BaseAddon.MoveToWorld怎麽用?C# BaseAddon.MoveToWorld使用的例子?那麽, 這裏精選的方法代碼示例或許可以為您提供幫助。您也可以進一步了解該方法所在Server.Items.BaseAddon的用法示例。


在下文中一共展示了BaseAddon.MoveToWorld方法的13個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的C#代碼示例。

示例1: AddTrainingS

 public void AddTrainingS(int xoff, int yoff, int zoff)
 {
     m_Training2 = new TrainingDummySouthAddon();
     m_Training2.MoveToWorld(new Point3D(xoff + this.X, yoff + this.Y, zoff + this.Z), this.Map);
 }
開發者ID:Godkong,項目名稱:RunUO,代碼行數:5,代碼來源:BaseHouse.cs

示例2: AddAnvil

 public void AddAnvil(int xoff, int yoff, int zoff)
 {
     m_Anvil = new AnvilEastAddon();
     m_Anvil.MoveToWorld(new Point3D(xoff + this.X, yoff + this.Y, zoff + this.Z), this.Map);
 }
開發者ID:Godkong,項目名稱:RunUO,代碼行數:5,代碼來源:BaseHouse.cs

示例3: AddSpinningWheelS

 public void AddSpinningWheelS(int xoff, int yoff, int zoff)
 {
     m_SpinningWheel2 = new SpinningwheelSouthAddon();
     m_SpinningWheel2.MoveToWorld(new Point3D(xoff + this.X, yoff + this.Y, zoff + this.Z), this.Map);
 }
開發者ID:Godkong,項目名稱:RunUO,代碼行數:5,代碼來源:BaseHouse.cs

示例4: AddTrainingE

 public void AddTrainingE(int xoff, int yoff, int zoff)
 {
     m_Training1 = new TrainingDummyEastAddon();
     m_Training1.MoveToWorld(new Point3D(xoff + this.X, yoff + this.Y, zoff + this.Z), this.Map);
 }
開發者ID:Godkong,項目名稱:RunUO,代碼行數:5,代碼來源:BaseHouse.cs

示例5: AddSmallForge

 public void AddSmallForge(int xoff, int yoff, int zoff)
 {
     m_SmallForge = new SmallForgeAddon();
     m_SmallForge.MoveToWorld(new Point3D(xoff + this.X, yoff + this.Y, zoff + this.Z), this.Map);
 }
開發者ID:Godkong,項目名稱:RunUO,代碼行數:5,代碼來源:BaseHouse.cs

示例6: AddSpinningWheelE

 public void AddSpinningWheelE(int xoff, int yoff, int zoff)
 {
     m_SpinningWheel1 = new SpinningwheelEastAddon();
     m_SpinningWheel1.MoveToWorld(new Point3D(xoff + this.X, yoff + this.Y, zoff + this.Z), this.Map);
 }
開發者ID:Godkong,項目名稱:RunUO,代碼行數:5,代碼來源:BaseHouse.cs

示例7: AddPickE

 public void AddPickE(int xoff, int yoff, int zoff)
 {
     m_Pick1 = new PickpocketDipEastAddon();
     m_Pick1.MoveToWorld(new Point3D(xoff + this.X, yoff + this.Y, zoff + this.Z), this.Map);
 }
開發者ID:Godkong,項目名稱:RunUO,代碼行數:5,代碼來源:BaseHouse.cs

示例8: AddPickS

 public void AddPickS(int xoff, int yoff, int zoff)
 {
     m_Pick2 = new PickpocketDipSouthAddon();
     m_Pick2.MoveToWorld(new Point3D(xoff + this.X, yoff + this.Y, zoff + this.Z), this.Map);
 }
開發者ID:Godkong,項目名稱:RunUO,代碼行數:5,代碼來源:BaseHouse.cs

示例9: AddOven

 public void AddOven(int xoff, int yoff, int zoff)
 {
     m_Oven = new StoneOvenSouthAddon();
     m_Oven.MoveToWorld(new Point3D(xoff + this.X, yoff + this.Y, zoff + this.Z), this.Map);
 }
開發者ID:Godkong,項目名稱:RunUO,代碼行數:5,代碼來源:BaseHouse.cs

示例10: AddMill

 public void AddMill(int xoff, int yoff, int zoff)
 {
     m_Mill = new FlourMillSouthAddon();
     m_Mill.MoveToWorld(new Point3D(xoff + this.X, yoff + this.Y, zoff + this.Z), this.Map);
 }
開發者ID:Godkong,項目名稱:RunUO,代碼行數:5,代碼來源:BaseHouse.cs

示例11: AddLoom

 public void AddLoom(int xoff, int yoff, int zoff)
 {
     m_Loom = new LoomSouthAddon();
     m_Loom.MoveToWorld(new Point3D(xoff + this.X, yoff + this.Y, zoff + this.Z), this.Map);
 }
開發者ID:Godkong,項目名稱:RunUO,代碼行數:5,代碼來源:BaseHouse.cs

示例12: AddLargeForge

 public void AddLargeForge(int xoff, int yoff, int zoff)
 {
     m_LargeForge = new LargeForgeSouthHouseAddon();
     m_LargeForge.MoveToWorld(new Point3D(xoff + this.X, yoff + this.Y, zoff + this.Z), this.Map);
 }
開發者ID:Godkong,項目名稱:RunUO,代碼行數:5,代碼來源:BaseHouse.cs

示例13: AddFireplace

 public void AddFireplace(int xoff, int yoff, int zoff)
 {
     m_Fireplace = new GrayBrickFireplaceSouthAddon();
     m_Fireplace.MoveToWorld(new Point3D(xoff + this.X, yoff + this.Y, zoff + this.Z), this.Map);
 }
開發者ID:Godkong,項目名稱:RunUO,代碼行數:5,代碼來源:BaseHouse.cs


注:本文中的Server.Items.BaseAddon.MoveToWorld方法示例由純淨天空整理自Github/MSDocs等開源代碼及文檔管理平台,相關代碼片段篩選自各路編程大神貢獻的開源項目,源碼版權歸原作者所有,傳播和使用請參考對應項目的License;未經允許,請勿轉載。