Quantcast
Channel: Programming (In-game)
Viewing all articles
Browse latest Browse all 645

Getting a warning in script

$
0
0
Hi there, can someone tell me why am I getting a Warning after compiling this script? And does anyone know if it breaks something within the code?

Warning: 'IMyShipConnector.IsConnected' is obsolete: 'Use the Status property'

Code:
public void Save()
{
}

public void Main()
{
/*======================================| VARIABLES |=====================================*/

//THRUSTERS
    var thrusters = GridTerminalSystem.GetBlockGroupWithName("PF_W_S1 - Thrusters"); 
    List<IMyThrust>...
Getting a warning in script

Viewing all articles
Browse latest Browse all 645

Trending Articles