Skip to content

[F] getClientOptionValue

function getClientOptionValue(
context,
target,
optionName): unknown;

Gets the value of a specific client option for a target. Checks the target itself and walks up the namespace/interface hierarchy.

ParameterType
contextTCGCContext
targetOperation
optionNamestring

unknown