Hi.
The projector block (and some others) is twisting my head. Specifically, it's its runtime type reported by GetType().
When I access the projector block from ingame script and call GetType().Name on its instance, the returned string is "MySpaceProjector".
That should be the name of the projector's class, but there's no such class in the game's source code. In fact a fulltext search through the codes didn't return anything containing "MySpaceProjector", so it's not even in typedef or in...
Projector reported Type as "MySpaceProjector". Where it came from?
The projector block (and some others) is twisting my head. Specifically, it's its runtime type reported by GetType().
When I access the projector block from ingame script and call GetType().Name on its instance, the returned string is "MySpaceProjector".
That should be the name of the projector's class, but there's no such class in the game's source code. In fact a fulltext search through the codes didn't return anything containing "MySpaceProjector", so it's not even in typedef or in...
Projector reported Type as "MySpaceProjector". Where it came from?