Declared in UniverseObject

Declaration

bool ContainsModelWithType(
    Type type
);

Description

Returns true if an attached model satisfies the specified type.

Parameters

NameDescription
typeA universe model type.