Skip to content

[F] isInScope

function isInScope(context, entity): boolean;

Check if an operation or model property is in scope for the current emitter.

ParameterTypeDescription
contextTCGCContextTCGCContext
entityModelProperty | OperationOperation or ModelProperty to check if it is in scope

boolean