Skip to content

QuantumGate::Local::HasExtender

Karel Donk edited this page Jun 2, 2018 · 1 revision

Returns whether the instance has a specific extender.

Signature

const bool HasExtender(const ExtenderUUID& extuuid) const noexcept;

Parameters

Name Description
extuuid The ExtenderUUID of the extender to check for. See QuantumGate::UUID for more details.

Return values

Returns true if the extender is present on the instance and false if not.

Clone this wiki locally