Feature Request: Spawning Wall Spline by code

Right now there are multiple functions exposed for creating walls, but they work in very limited way and most of the time they dont work properly. These function can place walls in the same way as player ingame, which means it will not allow it and it wont even script know that it failed or at least its not part of documentation that it would return any information.

These functions are:

 LocalCommand_PlayerPlaceAndConstructEntitiesPlanned
 LocalCommand_PlayerPlaceAndConstructFencePlanned
 LocalCommand_PlayerPlaceAndConstructSlottedSplinePlanned

It would be great if we could receive functions that act more like Entity_Spawn and all associated functions, which always place the entity at that place and also can be force constructed.

  • It would be nice to have function that is actually able to spawn gate on the wall spline.