Space Engineers

Space Engineers

Not enough ratings
Ore Detector Reforged Sample
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
373.410 KB
19 May, 2022 @ 3:01pm
1 Change Note ( view )

Subscribe to download
Ore Detector Reforged Sample

Description
void ReforgedDetectN(BoundingSphereD area, string minedOre, int count, Action<List<Vector3D>> callBack) { Me.SetValue("ReforgedDetectN",new ValueTuple<BoundingSphereD,string,int,Action<List<Vector3D>>>(area,minedOre,count,callBack)); } public void Main(string argument, UpdateType updateSource) { ReforgedDetectN(new BoundingSphereD(Me.GetPosition(),3e4),"Nickel",1,(vs)=>Me.CustomData+="\n"+vs.FirstOrDefault()); }
1 Comments
AnonaMoose 4 Oct, 2023 @ 5:38pm 
hey when im trying to call setvalue in my script i get a error {LINK REMOVED}