Movement.isArtificialIntelligence C# (CSharp) Method

isArtificialIntelligence() public method

Returns whether the car is an AI car or a player controlled car
public isArtificialIntelligence ( ) : bool
return bool
    public bool isArtificialIntelligence()
    {
        return isAI;
    }