Aller au contenu principal

DoesBeaconExist

Information

Cet export peut être utilisé pour savoir si une balise existe.


local beaconExist <const> = exports['SnapBack_alerts']:DoesBeaconExist(beaconIndex)
if beaconExist then
-- La balise existe
else
-- La balise n'existe pas
end
ParamètreTypeDescription
beaconIndexIntegerL'identifiant de la balise

Retourne: Boolean