/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/trademark/ |
H A D | insert_material.go | 25 func (client *Client) InsertMaterial(request *InsertMaterialRequest) (response *InsertMaterialRespo… func 40 response, err := client.InsertMaterial(request) 64 response, err = client.InsertMaterial(request)
|
/dports/security/vault/vault-1.8.2/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/trademark/ |
H A D | insert_material.go | 25 func (client *Client) InsertMaterial(request *InsertMaterialRequest) (response *InsertMaterialRespo… func 40 response, err := client.InsertMaterial(request) 64 response, err = client.InsertMaterial(request)
|
/dports/games/openclonk/openclonk-release-8.1-src/planet/Arena.ocf/Ruins.ocs/ |
H A D | Script.c | 46 InsertMaterial(Material("Water"),Random(LandscapeWidth()-60)+30,1,Random(7)-3,100+Random(100)); in FxRainTimer() 51 InsertMaterial(Material("Water"),Random(LandscapeWidth()-60)+30,1,Random(7)-3,100+Random(100)); in FxRainTimer() 64 InsertMaterial(Material("Water"),Random(LandscapeWidth()-60)+30,1,Random(7)-3,100+Random(100)); in FxDryTimeTimer()
|
/dports/games/openclonk/openclonk-release-8.1-src/planet/Arena.ocf/FrozenFortress.ocs/ |
H A D | Script.c | 102 …for(var i=0; i<(45); i++)InsertMaterial(Material("Water"),x+RandomX(-9,9),y-Random(5),RandomX(-10,… in FxGeysirExplosionTimer() 103 …for(var i=0; i<(25); i++)InsertMaterial(Material("Water"),x+RandomX(-16,16),y-Random(5),RandomX(-1… in FxGeysirExplosionTimer() 123 InsertMaterial(Material("Snow"),RandomX(300,LandscapeWidth()-300),1,RandomX(-10,10),10); in FxSnowyWinterTimer()
|
/dports/games/openclonk/openclonk-release-8.1-src/planet/Missions.ocf/Crash.ocs/ |
H A D | Script.c | 77 InsertMaterial(Material("Water"), 1560,840); in FxIntWaterfallTimer()
|
/dports/games/openclonk/openclonk-release-8.1-src/src/mape/cpp-handles/ |
H A D | landscape-handle.cpp | 40 bool C4Landscape::InsertMaterial(int32_t, int32_t *, int32_t *, int32_t, int32_t, bool) { return fa… in InsertMaterial() function in C4Landscape
|
/dports/games/openclonk/openclonk-release-8.1-src/src/landscape/ |
H A D | C4MassMover.cpp | 161 ::Landscape.InsertMaterial(mat, &tx, &ty, 0, 1); // modifies tx/ty to actual insertion position in Execute()
|
H A D | C4Material.cpp | 874 ::Landscape.InsertMaterial(iPxsMat,&iX,&iY); in mrfCorrode() 901 ::Landscape.InsertMaterial(iPxsMat,&iX,&iY); in mrfIncinerate() 924 ::Landscape.InsertMaterial(iPxsMat,&iX,&iY); in mrfInsert()
|
H A D | C4Landscape.h | 83 …bool InsertMaterial(int32_t mat, int32_t *tx, int32_t *ty, int32_t vx = 0, int32_t vy = 0, bool qu…
|
H A D | C4Landscape.cpp | 971 bool C4Landscape::InsertMaterial(int32_t mat, int32_t *tx, int32_t *ty, int32_t vx, int32_t vy, boo… in InsertMaterial() function in C4Landscape 1074 InsertMaterial(omat, &tx, &tyo); in InsertDeadMaterial()
|
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Numerics/FEM/include/ |
H A D | itkFEMObject.h | 205 void InsertMaterial(Material::Pointer e, MaterialIdentifier index);
|
H A D | itkFEMObject.hxx | 509 ::InsertMaterial(Material::Pointer e, MaterialIdentifier index) in InsertMaterial() function in itk::fem::FEMObject
|
/dports/games/openclonk/openclonk-release-8.1-src/planet/Worlds.ocf/FloodedVeins.ocs/ |
H A D | Script.c | 154 InsertMaterial(Material("Water"), x, y + 4); in FxRisingWaterTimer()
|
/dports/games/openclonk/openclonk-release-8.1-src/planet/Worlds.ocf/Chine.ocs/ |
H A D | Script.c | 156 …InsertMaterial(Material("Water"), Random(LandscapeWidth()), Random(5 * LandscapeHeight() / 6), Ran… in InitEnvironment()
|
/dports/games/openclonk/openclonk-release-8.1-src/planet/System.ocg/ |
H A D | Creation.c | 124 …InsertMaterial(Material(mat), x, y, Cos(ang, lev) + RandomX(-3, 3), Sin(ang, lev) + RandomX(-3, 3)… in CastPXS()
|
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Environment.ocd/Waterfall.ocd/ |
H A D | Script.c | 38 …Global->InsertMaterial(Material(this.source_mat), this.source_x, this.source_y, this.xdir + Random…
|
/dports/games/openclonk/openclonk-release-8.1-src/planet/Worlds.ocf/Krakatoa.ocs/ |
H A D | Script.c | 247 if (lava) InsertMaterial(Material("DuroLava"), lava.x, lava.y); in FxBigVolcanoTimer()
|
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Vegetation.ocd/SproutBerryBush.ocd/Sprout.ocd/ |
H A D | Script.c | 287 InsertMaterial(water, 0, y, RandomX(-4, 4), RandomX(-4,4)); in Drip()
|
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Environment.ocd/Cloud.ocd/ |
H A D | Script.c | 437 InsertMaterial(Material(material_name), x, y - 1); in DropHit()
|
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Structures.ocd/Pump.ocd/ |
H A D | Script.c | 501 …while (amount > 0 && drain_obj->InsertMaterial(material_index, drain_obj.ApertureOffsetX, drain_ob… in InsertMaterialAtDrain()
|
/dports/games/openclonk/openclonk-release-8.1-src/src/game/ |
H A D | C4GameScript.cpp | 359 if (!::Landscape.InsertMaterial(mat,&insert_x,&insert_y,vx,vy)) return false; in FnInsertMaterial() 373 if (!::Landscape.InsertMaterial(mat,&insert_x,&insert_y,0,0,true)) return false; in FnCanInsertMaterial() 2847 F(InsertMaterial); in InitGameFunctionMap()
|
/dports/games/openclonk/openclonk-release-8.1-src/src/control/ |
H A D | C4Control.cpp | 1456 ::Landscape.InsertMaterial(iMat,&itX,&itY); in Execute()
|
/dports/games/openclonk/openclonk-release-8.1-src/docs/ |
H A D | de.po | 6975 #: sdk/script/fn/InsertMaterial.xml:9(subcat) 7191 #: sdk/script/fn/InsertMaterial.xml:17(desc) 7195 #: sdk/script/fn/InsertMaterial.xml:22(desc) 7200 #: sdk/script/fn/InsertMaterial.xml:28(desc) 7205 #: sdk/script/fn/InsertMaterial.xml:34(desc) 7209 #: sdk/script/fn/InsertMaterial.xml:40(desc) 7213 #: sdk/script/fn/InsertMaterial.xml:46(desc) 7217 #: sdk/script/fn/InsertMaterial.xml:51(desc) 7221 #: sdk/script/fn/InsertMaterial.xml:52(remark) 7226 #: sdk/script/fn/InsertMaterial.xml:53(remark) [all …]
|