C# Class Batch.Offer

Afficher le fichier Open project: BatchLabs/unity-plugin

Méthodes publiques

Méthode Description
ContainsFeature ( string featureReference ) : bool
ContainsItem ( string itemReference ) : bool
ContainsResource ( string resourceReference ) : bool
HasBundles ( ) : bool
HasFeatures ( ) : bool
HasResources ( ) : bool
Offer ( string reference ) : System

Method Details

ContainsFeature() public méthode

public ContainsFeature ( string featureReference ) : bool
featureReference string
Résultat bool

ContainsItem() public méthode

public ContainsItem ( string itemReference ) : bool
itemReference string
Résultat bool

ContainsResource() public méthode

public ContainsResource ( string resourceReference ) : bool
resourceReference string
Résultat bool

HasBundles() public méthode

public HasBundles ( ) : bool
Résultat bool

HasFeatures() public méthode

public HasFeatures ( ) : bool
Résultat bool

HasResources() public méthode

public HasResources ( ) : bool
Résultat bool

Offer() public méthode

public Offer ( string reference ) : System
reference string
Résultat System