Addition to mod API: Grid connected to other grid
Submitted
need new event in MyCubeGrid
triggers when a other grid connects to this grid and provide connectedgrid
like:
m_mygrid.OnConnected+= OnConnectedEvent; public static void OnConnectedEvent(MyCubeGrid othergrid) { //other grid are connected to my grid //triggers when connects via rotors/connectors }
Replies have been locked on this page!