What did you do?
I'm trying to write a mod that get's the space platforms over a planet.I've tried using both:
- a) LuaPlanet:get_space_platforms(LuaForce)
- b) LuaForce:get_space_platforms()
For (a) I also tried all three parameter types (LuaForce, index, string).
What happened?
- a) Error: "Invalid ForceID: expected LuaForce, force index or string." (no matter the input)
- b) Error: "Given object (LuaForce) is not a LuaSpaceLocationPrototype."
What did you expect to happen instead? It might be obvious to you, but do it anyway!
That it would accept the inputs / process the function correctly.Does it happen always, once, or sometimes?
Every time.Sorry for breaking rule1
edit: Added a micro mod.

