Home
last modified time | relevance | path

Searched refs:InsertMaterial (Results 1 – 23 of 23) sorted by relevance

/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/trademark/
H A Dinsert_material.go25 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 Dinsert_material.go25 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 DScript.c46 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 DScript.c102 …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 DScript.c77 InsertMaterial(Material("Water"), 1560,840); in FxIntWaterfallTimer()
/dports/games/openclonk/openclonk-release-8.1-src/src/mape/cpp-handles/
H A Dlandscape-handle.cpp40 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 DC4MassMover.cpp161 ::Landscape.InsertMaterial(mat, &tx, &ty, 0, 1); // modifies tx/ty to actual insertion position in Execute()
H A DC4Material.cpp874 ::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 DC4Landscape.h83 …bool InsertMaterial(int32_t mat, int32_t *tx, int32_t *ty, int32_t vx = 0, int32_t vy = 0, bool qu…
H A DC4Landscape.cpp971 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 DitkFEMObject.h205 void InsertMaterial(Material::Pointer e, MaterialIdentifier index);
H A DitkFEMObject.hxx509 ::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 DScript.c154 InsertMaterial(Material("Water"), x, y + 4); in FxRisingWaterTimer()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Worlds.ocf/Chine.ocs/
H A DScript.c156InsertMaterial(Material("Water"), Random(LandscapeWidth()), Random(5 * LandscapeHeight() / 6), Ran… in InitEnvironment()
/dports/games/openclonk/openclonk-release-8.1-src/planet/System.ocg/
H A DCreation.c124InsertMaterial(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 DScript.c38 …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 DScript.c247 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 DScript.c287 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 DScript.c437 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 DScript.c501 …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 DC4GameScript.cpp359 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 DC4Control.cpp1456 ::Landscape.InsertMaterial(iMat,&itX,&itY); in Execute()
/dports/games/openclonk/openclonk-release-8.1-src/docs/
H A Dde.po6975 #: 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 …]