Skip to content

[F] isExactClientName

function isExactClientName(context, type): boolean;

Check whether a type has an exact client name override (set via exact() function). When true, language emitters should use the name as-is without applying casing transformations.

ParameterTypeDescription
contextTCGCContextThe SDK context
typeType & objectThe type to check

boolean

true if the client name was marked with exact()